squid-git-ops
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

git-ops

Git operations on various git vendors.

Merge branch

Merge a branch into another.

  • Using GitHub API
    import { GitOpsFactory } from './GitOperations';
     
    const gitOps = GitOpsFactory.getGitHubImpl('1234', 'rajeevnaikte/git-ops');
     
    gitOps.merge('master', 'feature1');
    gitOps.merge('master', 'feature2');

Readme

Keywords

Package Sidebar

Install

npm i squid-git-ops

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

13 kB

Total Files

14

Last publish

Collaborators

  • rajeevn