Skip to content

Instantly share code, notes, and snippets.

@barrd
Created September 2, 2019 17:23
Show Gist options
  • Save barrd/5ef99ff9ffb209b1f5a2608795bc39c8 to your computer and use it in GitHub Desktop.
Save barrd/5ef99ff9ffb209b1f5a2608795bc39c8 to your computer and use it in GitHub Desktop.
barrd .gitconfig
[user]
name = Dave Barr
email = foo@bar.com
[color]
ui = true
[core]
editor = code --wait
excludesfile = /Users/barrd/.gitignore_global
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[diff]
tool = p4merge
[difftool "p4merge"]
path = /Applications/p4merge.app/Contents/MacOS/p4merge
[difftool]
prompt = false
[merge]
tool = p4merge
[mergetool "p4merge"]
path = /Applications/p4merge.app/Contents/MacOS/p4merge
[mergetool]
prompt = false
[alias]
hist = log --oneline --graph --decorate --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment