Skip to content

Instantly share code, notes, and snippets.

@camilonova
Last active April 1, 2020 20:05
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 camilonova/35b91801136843ec32bd20fabe3353bb to your computer and use it in GitHub Desktop.
Save camilonova/35b91801136843ec32bd20fabe3353bb to your computer and use it in GitHub Desktop.
GIT config
alias.lg=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset' --abbrev-commit
push.default=matching
core.pager=diff-so-fancy | less --tabs=4 -RFX
color.diff-highlight.oldnormal=red bold
color.diff-highlight.oldhighlight=red bold 52
color.diff-highlight.newnormal=green bold
color.diff-highlight.newhighlight=green bold 22
color.diff.meta=yellow
color.diff.frag=magenta bold
color.diff.commit=yellow bold
color.diff.old=red bold
color.diff.new=green bold
color.diff.whitespace=red reverse
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
core.precomposeunicode=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment