DEV Community

Discussion on: Learn Git good practices!

Collapse
 
derekcrosson profile image
Derek Crosson • Edited

For point two I prefer a non-capitalised subject and scope if possible. An example of my commit would be:

refactor(login view): add mobile responsiveness

Collapse
 
pierrelegall profile image
Pierre Le Gall
  1. Sadly, it's very hard to have the same opinion/habit on this point.
  2. It's more a project guideline than a Git good practice :o