Skip to content

ms-ecology/git-branch-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-branch-util

git branch utils for myshell.

Install

before install, you must install myshell first.

npm i myshell -g

add git-branch-util:

ms add git-branch-util

Usage

cfb

create a branch.

ms cfb feat-add-util # create a branch named feat-add-util and push it to remote.

mfb

merge current branch into target branch

git branch # *feat-add-util
ms mfb master # merge feat-add-util into master

dfb

delete a branch and its remote branch

ms dfb feat-add-util # delete feat-add-util and origin/feat-add-util.

Releases

No releases published

Packages

No packages published

Languages