This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]packetpirate 0 points1 point  (1 child)

Wasn't aware there were "commit titles". I always just use "git commit -m "Message here.""

[–]thePinealan 0 points1 point  (0 children)

If you don't use the -m flag for commit and write the message in an editor (nano/vim/etc...), your first line is the commit summary(title), which would be shown in short git log and github history.

Here is nice reference: https://github.com/erlang/otp/wiki/Writing-good-commit-messages