创建Git别名命令: git config --global alias.push-all '!git add -A && git commit -m "Auto commit" && git push'
每次只需要执行: git push-all