How to Write a Git Commit Message

Hi everyone. I want to share with you the great article that explains the best practices of how we should write our commit messages.

I have been practising this and hope that it will be really useful for us in the VC platform https://chris.beams.io/posts/git-commit/ (Show original in GitHub)

3 Likes

Hi! Just a suggestion: it would be great to mark in commit message (and in name of course) about what kind of changes provided in, e.g. Fix: wrong paths, Chore: some changes before merge w/master. In my practice, it could be very useful when searching in commit history. Also, in case commit related to some issue or task in task tracking system, would be better to mark it also :slight_smile:

1 Like

Sure. It’s good and valid suggestion

You can find Commit Massage examples in our repository

1 Like

Added Git commit message writing convention