1.0.1 • Published 9 years ago

fast-push v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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!

NPM

Install

$ npm install -g fast-push

Usage

  $ fpush "Super fast commit!"

Instead of:

  $ git add --all
  $ git commit -m "Super fast commit!"
  $ git push origin master

Output

All your files are added, committed and pushed on your current branch.

Note

fast-push works with no external dependencies.

License

MIT © Dorian Camilleri