lazy-git ======== Script for automating the most common git tasks. Usage ----- # git status g check # git status # git add --all # git commit -m "...." # git push origin master g send # git pull g pull