use tilde expansion
This commit is contained in:
parent
fed1c8dd42
commit
476dfca2f6
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
[core]
|
||||
# Exclude everything this file. Used for general exclusions.
|
||||
excludesfile = /Users/stv0g/.gitignore
|
||||
excludesfile = ~/.gitignore_global
|
||||
# Set attributes on files. Used for general diff improvements.
|
||||
attributesfile = ~/.gitattributes
|
||||
autocrlf = input
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
||||
[difftool "sourcetree"]
|
||||
cmd = code-insiders --diff --wait \"$LOCAL\" \"$REMOTE\"
|
||||
path =
|
||||
path =
|
||||
[mergetool "sourcetree"]
|
||||
cmd = code-insiders -n --wait \"$MERGED\"
|
||||
trustExitCode = true
|
||||
|
|
Loading…
Add table
Reference in a new issue