ESSAY / NOTE

git push 简化

git config --global alias.pushall '!git add . && git commit -m "update" && git push'
git pushall