contributed by < ambersun1234 >
開發環境
$ uname -a
Linux station 5.4.72-microsoft-standard-WSL2 #1 SMP Wed Oct 28 23:40:43 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ gcc -v
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
解釋程式運作原理
ambersun changed 3 years agoView mode Like Bookmark
contributed by < ambersun1234 >
作業說明
Reviewed by jserv
commit 81f38 對程式碼變更的歷史不友善,難以看出過往程式碼的變更和你在合併的過程中,多做哪些修改。改用 git rebase 可消弭這樣的問題,並確保你所做的修改會在 git 變更歷程的最前方
commit f35422 的訊息過於寒酸: "Remove natsort",外人實在不易理解你背後的考量,請閱讀 How to Write a Git Commit Message,特別是這幾點:
Use the imperative mood in the subject line
Jim Huang changed 4 years agoView mode Like Bookmark