1.0.3 • Published 10 years ago
merge-cli v1.0.3
merge-CLI
A simple tool to visualize merging of your local branch to another branch.
Installation
> npm install -g merge-cliTo Run
Local
To merge with a local branch, run
> mergeor
> merge localGlobal
To merge with a global branch, run
> merge allSpecific Branch
To merge with the specific branch branch, run
> merge [branch]Versions
1.0.3
- Updated merge process to use spawn instead of exec
1.0.2
- Fixed bug where stdout and stderr were reversed
1.0.1
- Fixed bug so it actually merges
1.0.0
- first publish