1.0.1 • Published 10 years ago
fast-push v1.0.1
fast-push
Git add commit and push your files with one command.
Tired of always have to git add, git commit and git push? Be lazy and super fast with fpush command, which does everything for you!
Install
$ npm install -g fast-pushUsage
$ fpush "Super fast commit!"Instead of:
$ git add --all
$ git commit -m "Super fast commit!"
$ git push origin masterOutput
All your files are added, committed and pushed on your current branch.
Note
fast-push works with no external dependencies.
License
MIT © Dorian Camilleri
