Skip to content

Instantly share code, notes, and snippets.

View AlanPacheco's full-sized avatar

Alan Pacheco AlanPacheco

View GitHub Profile
@AlanPacheco
AlanPacheco / git.md
Created January 4, 2022 16:37 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda