Skip to content

Instantly share code, notes, and snippets.

View murilokrugner's full-sized avatar
💻
Working...

Murilo Krugner murilokrugner

💻
Working...
View GitHub Profile
html, body {
height: 100%;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@leocomelli
leocomelli / git.md
Last active May 11, 2024 01:48
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda