Skip to content

Commit

Permalink
up git config
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhou committed Nov 1, 2023
1 parent 89e84e6 commit 30a6908
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[user]
name = sdhou
email = [email protected]
name = sdhou
email = [email protected]
[color]
ui = true
[alias]
Expand All @@ -10,3 +10,19 @@
br = branch
a = add -A
ci = commit -a
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
excludesfile = /Users/sdhou/.gitignore_global
quotepath = false
[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
[pull]
rebase = true

0 comments on commit 30a6908

Please sign in to comment.