Skip to content

Instantly share code, notes, and snippets.

@skuschel
Last active March 31, 2021 11:11
Show Gist options
  • Save skuschel/622fd228615328cc5d9dc97791856c51 to your computer and use it in GitHub Desktop.
Save skuschel/622fd228615328cc5d9dc97791856c51 to your computer and use it in GitHub Desktop.
.gitconfig
[log]
decorate = true
showSignature = true
[diff]
renames = copy
[alias]
lg = log --graph --no-show-signature \
--format='%C(auto)%h%d%Creset %s%Cgreen(%cr) %C(bold blue)<%an>%Creset'
ls = ls-files -t
fa = fetch --all
la = !git lg --all
s = status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment