Conventional Commit messages in git

become the best git user

Karthikeyan Govindaraj

--

git log --oneline

What is git commit message

A git commit message is a short text that identifies the context of the work. This is added by the flag -m in the git commit command. In simple terms, the commit message is the comment of what is the work that has happened.

--

--