Skip to content

Instantly share code, notes, and snippets.

View ThiLourenco's full-sized avatar
Coding the future...

Thiago Lourenço ThiLourenco

Coding the future...
View GitHub Profile
@ThiLourenco
ThiLourenco / git.md
Created September 26, 2024 01:13 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda

{
"emmet.syntaxProfiles" : {
"javascript" : "jsx"
},
"workbench.startupEditor" : "newUntitledFile",
"editor.fontSize" : 16,
"javascript.suggest.autoImports" : true,
"javascript.updateImportsOnFileMove.enabled" : "always",
"editor.rulers" : [
80,