Skip to content

Instantly share code, notes, and snippets.

View mguilhermetavares's full-sized avatar
💻
🇧🇷 🇮🇪

Guido mguilhermetavares

💻
🇧🇷 🇮🇪
View GitHub Profile
[user]
name = Guido
email = mguilhermetavares@gmail.com
signingkey = 91C2CF0DF523A810
[alias]
last = log -1 HEAD --stat
cb = checkout -b
co = checkout
s = status -sb
l = log --pretty=format:'%C(blue)%h %C(red)%d %C(white) - %C(cyan)%cn, %C(green)%cr'
@mguilhermetavares
mguilhermetavares / CommitStyleGuides.MD
Last active March 31, 2023 14:13
Commit Style Guides

Custom commit messages

  • All commits must be "SignOff", just use "commit -sm"
  • Use imperative verbs ("Add feature" instead of "Adding feature" or "Added feature")
  • First line must have a maximum of 72 characters
  • Consider describing it in detail in the commit body
  • Consider using an emoji at the beginning of the commit message
Emoji Code Commit Type