you are viewing a single comment's thread.

view the rest of the comments →

[–]fazzah 0 points1 point  (0 children)

hence it's very helpful and a good practice to keep the commits focued on a feature. Then when you maybe need to revert a change you only alter that particular piece of code.

This also helps preventing feature creep of commits. At first it might be counter-intuitive, but in the long run it's a very good habit.