1

!Rant

Add the function below to your .bashrc

function doGit() {
git add .
git commit -a -m ".."
git push
}

Next time just use doGit "bug fixes" ☺

What will you name your function??

Comments
Add Comment