8
19 Tips For Everyday Git Use (www.alexkras.com)
IngramChen 積分 0

第 16 點,好的 commit message:

When applied, this commit will: {{ YOUR COMMIT MESSAGE}}

For example:
– When applied this commit will Update README file
– When applied this commit will Add validation for GET /user/:id API call
– When applied this commit will Revert commit 12345

這個聯想不錯。

是說有人的 commit message 通通寫中文嗎?

whitglint 積分 0

寫中文有什麼問題嗎?XD

csc 積分 2

現在都utf-8的世界當然是沒差XD

只是我以前真的撞過comment裡的中文會讓compile沒過的... 好像是對岸回來的code,用GB編碼...

kaiChung 積分 1

我連feature現在都寫中文了XD, 讓人一看就懂

IngramChen 積分 0 編輯於

因為程式碼裡也沒中文… 這算長久來的習慣吧。

好奇是不是有公司程式裡面的註解全部是中文,commit 也是全中文

chchwy 積分 1

應該有蠻多公司這樣幹的,我的前公司就是降XD

negaihoshi 積分 0

我們這邊則是沒有硬性規定,所以中英文都可以看到

koji 積分 0

說不定未來團隊會有外國人啊~:P

kaif 積分 0

寫文言文好了,省字數..

IngramChen 積分 0

50 個字的限制好像太短了,也不知道為什麼大家都建議這麼短。

我通常都寫到 70 左右,也沒有使用上的問題

IngramChen 積分 0

不過很多在 GUI 上都是點一下的事…

Kros 積分 0

git 我還是用 GUI 操作會快許多也不容易出錯XD

haocheng 積分 0

smartgit 蠻好用的啊 XD

IngramChen 積分 0

smartgit 有推廣到 kk 嗎?我猜這種 java based 的很難推吧

haocheng 積分 0

另外一方面也是因為 smartgit 需要買授權,所以同事用 Mac 我都推薦 sourcetree,免費又好用

csc 積分 0

SourceTree user ++