vgit is a clean and simple developer CLI tool for committing or pushing code to git easily with one simple command.
To install this tool, all you do is:
- grab the vgit file in this repository and place it in a $PATH folder (recommended for mac:
/usr/local/bin). - run
chmod u+x vgitin the folder with the script - it can now be accessed globally as a CLI
Committing is immensely simple. The syntax is: vgit "COMMIT TEXT HERE"
To push the commits you have made, execute vgit -p.
To commit AND push in the same cmd, simply use vgit "COMMIT TEXT HERE" -p