1.0.8 • Published 3 years ago

byte-gitt v1.0.8

Weekly downloads
11
License
ISC
Repository
-
Last release
3 years ago

byte-gitt

定制化 git 规范工具

install

npm install -g byte-gitt

usage

add

create a branch base on master branch

gitt add [branch name]

will be executed workFlow:

git checkout master
git pull --rebase
git checkout -b branch
git push --set-upstream origin branch

del

delete local and remote branch

gitt del [branch name]

will be executed workFlow:

git branch -D branch
git push origin --delete branch

cmt

commit all things to local repository

gitt del [branch name]

will be executed workFlow:

git add .
npm run commit

help

display help for dino-git

gitt help
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago