quick-push
v1.0.1
Published
This line tool is to help you quick push code with git.
Downloads
3
Readme
This line tool is to help you quick push code with git.
how to use
npm install quick-push -g
p 'commit message'
What it does
- It will auto to get your branch name, and push code to its origin branch.
- Then it will run shell command
git add -A
&&git commit -am 'commit message'
&&git push origin branchName