Skip to content

Instantly share code, notes, and snippets.

View jadilson12's full-sized avatar

Jadilson Guedes jadilson12

View GitHub Profile
@jadilson12
jadilson12 / vscode.md
Last active August 25, 2026 21:13
Todos os atalhos do VS Code

Geral

  • Ctrl + Shift + P, paleta de comando F1 Show
  • Ctrl + P Quick Open, vá para o arquivo ...
  • Ctrl + Shift + N Nova janela / instância
  • Ctrl + Shift + W Fechar janela / instância
  • Ctrl +, configurações do usuário
  • Ctrl + K Ctrl + S Atalhos de teclado
@jadilson12
jadilson12 / extensions.json
Last active February 1, 2020 13:48
VSCode's Settings - Syncing - angular
[
{
"id": "1tontech.angular-material",
"name": "angular-material",
"publisher": "1tontech",
"version": "0.13.0"
},
{
"id": "aaron-bond.better-comments",
"name": "better-comments",
@jadilson12
jadilson12 / .gitconfig
Last active January 30, 2022 18:19
.gitconfig
[user]
name = Jadilson Guedes
email = jadilson12@gmail.com
[push]
editor= nano
default = current
[pull]
default = current
@jadilson12
jadilson12 / git.md
Last active April 29, 2022 14:20 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda