DEV Community

Discussion on: A Simplified Convention for Naming Branches and Commits in Git

Collapse
 
juanmabs22 profile image
Juanmabs22

Why "feat" for commits and "feature" for branch name's?

Collapse
 
jos_kahl_3c02acbc7d68c0c profile image
José Kahl

I think it is because "feature" is what is happening in the branch and "feat" is what happened in the commit. Also the description of a commit should be written in imperative (this last part Linus Torvalds said it, the rest is just my vision of it).