Skip to content

Instantly share code, notes, and snippets.

@brunosousadev
Created February 23, 2021 21:59
Show Gist options
  • Save brunosousadev/814f0845c98694dfc30420d721403106 to your computer and use it in GitHub Desktop.
Save brunosousadev/814f0845c98694dfc30420d721403106 to your computer and use it in GitHub Desktop.
[core]
editor = code --wait
[alias]
s = !git status -s
b = !git branch
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(white)%cr' --max-count=30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment