git add, git commit, and git push all in one command with a custom commit message

后端 未结 0 1790
囚心锁ツ
囚心锁ツ 2020-11-27 18:07

This works for git add, git commit, and git push, but how can I add a custom commit message? (without going into vim)

git config --global alias.a \'!git commit -a -m

相关标签:
回答
  • 消灭零回复
提交回复
热议问题