Git
Atalhos do Git
git config --global core.editor code git config --global --edit
[user]name = Léu Almeidaemail = leo@webid.net.br[core]editor = code --wait[push]followTags = true[alias]c = !git add --all && git commit -ms = !git status -sl = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr'amend = !git add --all && git commit --amend --no-editcount = !git shortlog -s --grep