24 lines
556 B
Plaintext
24 lines
556 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = true
|
|
bare = false
|
|
logallrefupdates = true
|
|
ignorecase = true
|
|
precomposeunicode = true
|
|
[remote "origin"]
|
|
url = git@git.dongshan.tech:maxwell/note.git
|
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
[branch "main"]
|
|
remote = origin
|
|
vscode-merge-base = origin/main
|
|
merge = refs/heads/main
|
|
gk-merge-base = origin/main
|
|
[user]
|
|
name = imac-maxwell
|
|
email = maxwellxzy@gmail.com
|
|
[pull]
|
|
rebase = false
|
|
[remote "github"]
|
|
url = git@git.dongshan.tech:maxwell/note.git
|
|
fetch = +refs/heads/*:refs/remotes/github/*
|