Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@excid3
Created July 13, 2020 21:22
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 excid3/f31419b431b6c236fae6d0b0fef973a6 to your computer and use it in GitHub Desktop.
Save excid3/f31419b431b6c236fae6d0b0fef973a6 to your computer and use it in GitHub Desktop.
[color]
ui = true
[user]
name = Chris Oliver
email = excid3@gmail.com
signingkey = 0E881BAF04745832
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = yellow
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[core]
excludesfile = /Users/chris/.gitignore
[commit]
gpgsign = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment