fix(git): fixed absolute path to relative path
This commit is contained in:
@@ -12,19 +12,13 @@
|
||||
remote = origin
|
||||
merge = master
|
||||
[core]
|
||||
excludesfile = /Users/rack/.gitignore_global
|
||||
excludesfile = ~/.gitignore_global
|
||||
fileMode = false
|
||||
ignorecase = false
|
||||
editor = nvim
|
||||
[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
|
||||
[github]
|
||||
user = racklin@gmail.com
|
||||
[ghq]
|
||||
root = ~/.ghq
|
||||
root = ~/ghq
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
Reference in New Issue
Block a user