Skip to content

Instantly share code, notes, and snippets.

View heitorlucas2018's full-sized avatar
🏠
Working from home

Heitor Santos heitorlucas2018

🏠
Working from home
View GitHub Profile

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

@heitorlucas2018
heitorlucas2018 / git.md
Created December 19, 2019 23:46 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda