/git-push

Primary LanguageShellApache License 2.0Apache-2.0

git-push

A bash script that automates committing and pushing code belonging to current branch into a single command

installation

git clone https://github.com/joegichuru/git-push.git
the navigate to the folder containing this script
cd git-push
make the script executable
chmod a+x git-push.sh copy the script to make it accessible globaly
sudo cp git-push.sh /usr/bin/git-push.sh
sudo cp git-push.sh /usr/local/bin
you can now use simply by typing git-bash -m "your message" to commit and push inside any of your projects.
Dont forget your commit message with flag -m

HAPPY CODING!