Skip to content

Instantly share code, notes, and snippets.

View Henrique82g's full-sized avatar
:octocat:
Focusing 🚀

Henrique Gonçalves Henrique82g

:octocat:
Focusing 🚀
View GitHub Profile
html, body {
height: 100%;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@parmentf
parmentf / GitCommitEmoji.md
Last active May 6, 2024 18:30
Git Commit message Emoji
@leocomelli
leocomelli / git.md
Last active May 7, 2024 00:45
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda