打開你的 shell rc 例如 ~/.zshrc 或 ~/bashrc
插入以下
1
| |
之後 merge –no-ff 的指令就都會預設用 auto message 做 commit 啦
如果想要強制編輯時,可以用 –edit 參數
1
| |
打開你的 shell rc 例如 ~/.zshrc 或 ~/bashrc
插入以下
1
| |
之後 merge –no-ff 的指令就都會預設用 auto message 做 commit 啦
如果想要強制編輯時,可以用 –edit 參數
1
| |