1.0.1 • Published 8 years ago

quick-push v1.0.1

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

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
1.0.1

8 years ago

1.0.0

8 years ago