Skip to content

Instantly share code, notes, and snippets.

@jaytaph
Created November 21, 2014 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaytaph/8c5af9d422aa419720dd to your computer and use it in GitHub Desktop.
Save jaytaph/8c5af9d422aa419720dd to your computer and use it in GitHub Desktop.
.gitconfig
[color]
diff = auto
status = auto
branch = auto
[core]
whitespace = ignore-all-space
autocrlf = input
excludesfile = /home/jthijssen/.gitignore_global
pager = less -R -X
[alias]
lg1 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative
lg2 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)— %an%C(reset)' --abbrev-commit
lg = !"git lg1"
st = status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment