Skip to content

Instantly share code, notes, and snippets.

@SeonghuiChoe
Created July 11, 2018 02:42
Show Gist options
  • Save SeonghuiChoe/e2983b8ea73180288ad36dece3f6bf41 to your computer and use it in GitHub Desktop.
Save SeonghuiChoe/e2983b8ea73180288ad36dece3f6bf41 to your computer and use it in GitHub Desktop.
[user]
name = SeonghuiChoe
email = shchoe@pyundoori.com
[color]
ui = auto
[core]
excludesfile = /Users/choeseonghui/.gitignore_global
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[push]
default = simple
[alias]
unstage = reset HEAD
st = status
co = commit
df = diff
dif = diff
ch = checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment