1.0.1 • Published 5 years ago

git-push-shortcut v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

#Shortcut command for git push Actually I made this simple script because I am bored of typing git add . git commit -m "some comment" git push -u origin master

So I made simple command called push to do the stuff. You can use it if you bored AF like me Install : npm i git-push-shortcut -g Use : push The commit comment will generate automatically from the time and date . Something like this : Pushed at : Thu Oct 17 2019 03:03:25 GMT+0600 (Bangladesh Standard Time)