ESSAY / NOTE git push 简化 2025-08-26 ·admin git config --global alias.pushall '!git add . && git commit -m "update" && git push' git pushall