87a63c14fcc3f753c1cc668e5ad4e888ff3d4182
lazy-git
Script for automating the most common git tasks.
Usage
Check status
git status
g check
Pull from origin/master
git pull
g pull
Send to origin/master
git status(if no changes, stop here)git add --allgit commit -m "...."(ask for message)git push origin master
g send
Languages
Shell
100%