1.0.3 • Published 8 months ago

git-mg v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

git-mg

A simple CLI tool to merge Git branches effortlessly.

只干一件事:合并当前分支到目标分支,然后切回原来的分支。

Installation

npm install -g git-mg

Usage

mg dev

This will:

  1. Switch to the dev branch.
  2. Pull the latest changes from origin/dev.
  3. Merge the current branch into dev with --no-ff.
  4. Push dev to the remote repository.
  5. Switch back to the original branch.
1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago