Skip to content

Instantly share code, notes, and snippets.

View maxmillernunes's full-sized avatar
🚀

Maxmiller Nunes maxmillernunes

🚀
View GitHub Profile
@leocomelli
leocomelli / git.md
Last active July 26, 2024 13:04
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 27, 2024 22:28
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example