创建Git Push一键推送所有

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

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

posted @ 2024-05-03 14:14  快乐的在一起  阅读(9)  评论(0编辑  收藏  举报