Skip to content

Instantly share code, notes, and snippets.

@katpadi
Last active October 18, 2021 14:18
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 katpadi/53c3ac976ba22c2ce95318bebf3c3f63 to your computer and use it in GitHub Desktop.
Save katpadi/53c3ac976ba22c2ce95318bebf3c3f63 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Kat Padilla
email = hello@******.ph
[core]
excludesfile = /Users/katpadi/.gitignore_global
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree 3.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[commit]
template = ~/.gitmessage
[push]
default = current
[color]
ui = auto
[color "branch"]
current = yellow bold
local = green bold
remote = cyan bold
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = green bold
changed = yellow bold
untracked = red bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment