Skip to content

Instantly share code, notes, and snippets.

View samuelsilvati's full-sized avatar

Samuel Silva samuelsilvati

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

@samuelsilvati
samuelsilvati / git.md
Created April 25, 2022 13:34 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda