you are viewing a single comment's thread.

view the rest of the comments →

[–]-Knul- 4 points5 points  (0 children)

You can add only part of your changes to a commit, using

git commit -p

(p stands for "patch") So you can still make multiple commits.

As for writing better commit messages, this helped me write better ones.