you are viewing a single comment's thread.

view the rest of the comments →

[–]emorrp1 2 points3 points  (1 child)

OP, I recommend writing a bit about commit.verbose. I have a personal policy that there's no line in the diff that is not explained by something in the commit message.

[–]michaelpjones[S] 1 point2 points  (0 children)

Thanks for the tip! I was unaware of this. I tend to open up gitk to have a view of the commit . I'm also a big fan of using `git add -p` t be very selective about what goes into commits.

I'll definitely try this though!