Skip to content

dcamilleri/fast-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

⚡ Git add commit and push your files with one command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published