Skip to content

Instantly share code, notes, and snippets.

@jonasmello
Created February 13, 2020 13:24
Show Gist options
  • Save jonasmello/22fc6d6be0973d2a72aa7635cdd1f8a3 to your computer and use it in GitHub Desktop.
Save jonasmello/22fc6d6be0973d2a72aa7635cdd1f8a3 to your computer and use it in GitHub Desktop.
[core]
editor = code --wait
[alias]
last = log -1 HEAD
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
s = !git status
c = !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