semi-auto-git
v1.0.4
Published
git add, commit, push in one step
Downloads
1
Readme
semi-auto-git
git add, commit, push in one step
Installation
Using npm:
npm i -g npm
npm i -g --save semi-auto-git
Usage
In the git repository you want to commit & push, Type sag
to start the script:
sag
You can choose which file to add
You can add commit message
after a while of pushing
and it will be done!
enjoy!
uninstall
npm uninstall -g semi-auto-git
it’s in actually the {prefix}/lib/node_modules/
everyone may have different {prefix}
path, you can find yours by typing npm config list
in the command line.