gitpush
A command line script in nodeJs to perform various Git commands. The command gives output of git status, followed by git add all new modified files, and then commits them.
Installation
$ npm install gitpush -g
Usage
After installing the module globally, open up your terminal, navigate to the git directory of your choice and type:
$ gitpush "Your Commit Message"
Important
The command will output all the modified files added and then output whether commit was performed successfully or not. Works on all platforms with git installed.
Please request any new feature on the github repository or create a pull request that adds new features.