Skip to content

Instantly share code, notes, and snippets.

View maxmillernunes's full-sized avatar
🚀

Maxmiller Nunes maxmillernunes

🚀
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 5, 2024 19:12
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

@leocomelli
leocomelli / git.md
Last active July 5, 2024 03:10
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda