4204fea99a435ff032faec06684735241b8b4450
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
Languages
Shell
100%