git-auto-push
v1.0.0
Published
A tool to auto run git commit and git push.
Downloads
3
Readme
Desc
A tool to auto commit or push git repository.
- autopush eq 'git add . && git commit -m "xxx" && git push origin HEAD : refs/for/${branch} '.
- ${branch} is name of current remote branch which automatic analysed by shell.
steps:
- npm install -g git-auto-push
- cd directory name
- autopush