Skip to content

Instantly share code, notes, and snippets.

View douglasreiscouto's full-sized avatar
💻
Programando

Douglas dos Reis Couto douglasreiscouto

💻
Programando
View GitHub Profile
@douglasreiscouto
douglasreiscouto / settings.json
Last active December 19, 2020 01:43
VSCode Settings
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Dracula",
"gitlens.defaultDateFormat": null,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
@douglasreiscouto
douglasreiscouto / git.md
Last active June 12, 2020 22:22
Lista de comandos Git

GIT

Ajuda

Geral
git help
Comando específico
git help add
git help commit