Skip to content

Instantly share code, notes, and snippets.

@arthurcvm
Created April 14, 2021 12:54
Show Gist options
  • Save arthurcvm/e586d98ba9f17ceeda7d07bb900b5ff1 to your computer and use it in GitHub Desktop.
Save arthurcvm/e586d98ba9f17ceeda7d07bb900b5ff1 to your computer and use it in GitHub Desktop.
Git config global
[user]
email = email@email.com
name = User Name
[core]
editor = code --wait
[alias]
s = !git status -s
c = !git add --all && git commit -m
l = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment