DEV Community

Discussion on: A guide on commit messages

Collapse
 
yvonnickfrin profile image
🦁 Yvonnick FRIN

It depends if someone or something depend on this commit identifier. Amending a commit and push force it will change the commit identifier.

In my opinion you should commit as often as possible. It will help you split your code 👌 Keep in mind you must commit only working things. The first four points in the following article git-tower.com/blog/version-control... describe well what is a good commit 👍