我通常在我的git bash中編寫長提交消息,以便稍後有人閱讀我的代碼時可以很容易地看到我做了什麼。例如,在設計窗體時,我在窗體應用程序的vs2013中編寫了以下代碼。在git中寫入長時間提交消息?
git commit -m "Add Name,age ,height,weight and salary labels with corresponding text boxes and more over a Submit Button..."
問題是,當我輸入git log --oneline
它沒有顯示整個消息和砍掉它的一部分。 我的問題是,在git中編寫長提交消息的方式是什麼,限制和如何顯示它們以便所有消息可以很容易地在git bash上看到?
參見[Git Commit Messages:50/72 Formatting](http://stackoverflow.com/questions/2290016/git-commit-messages-50-72-formatting)。 – 2014-03-29 12:47:59
可能重複[如何包裝git提交評論?](http://stackoverflow.com/questions/2119942/how-to-wrap-git-commit-comments) – 2014-03-29 12:54:40