📜  git add、commit 和 push 一个命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:55.912000             🧑  作者: Mango

代码示例3
git config --global alias.cmp '!f() { git add -A && git commit -m "$@" && git push; }; f'