Semantic Git Commit messages which everyone should follow! π
Semantic Git Commits
Semantic Git Commits are commit messages with human and machine readable meaning which follow particular conventions.
It means that these are the guidelines that should be followed while writing commit messages, so that:
The c...
nerdyspook.hashnode.dev2 min read
Gene Nakagaki
I am using this commit convention at work too! I shared how to use this convention with the team, but now I have to teach them how to use git rebase to make cleaner commits...