建立Git Push一鍵推送所有

快乐的在一起發表於2024-05-03

建立Git別名命令: git config --global alias.push-all '!git add -A && git commit -m "Auto commit" && git push'

每次只需要執行: git push-all

相關文章