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