1.0.3 • Published 9 years ago

merge-cli v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

merge-CLI

Build Status

A simple tool to visualize merging of your local branch to another branch.

Installation

> npm install -g merge-cli

To Run

Local

To merge with a local branch, run

> merge

or

> merge local
Global

To merge with a global branch, run

> merge all
Specific 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