Skip to content

Instantly share code, notes, and snippets.

View maxmillernunes's full-sized avatar
🚀

Maxmiller Nunes maxmillernunes

🚀
View GitHub Profile
@maxmillernunes
maxmillernunes / settings.json
Created March 13, 2021 18:09 — forked from diego3g/NODE.md
VSCode Settings (Updated)
{
"terminal.integrated.fontSize": 14,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"editor.tabSize": 2,
"editor.fontSize": 16,
"editor.lineHeight": 26,
"editor.fontFamily": "JetBrains Mono",
@maxmillernunes
maxmillernunes / git.md
Created March 31, 2020 12:34 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda