mirror of git3://git3.w3q/git3-cli
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
498 B
Plaintext
19 lines
498 B
Plaintext
2 years ago
|
[core]
|
||
|
repositoryformatversion = 0
|
||
|
filemode = true
|
||
|
bare = false
|
||
|
logallrefupdates = true
|
||
|
ignorecase = true
|
||
|
precomposeunicode = true
|
||
|
[remote "origin"]
|
||
|
url = git@github.com:cyhhao/git-remote-git3.git
|
||
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
||
|
[branch "master"]
|
||
|
remote = origin
|
||
|
merge = refs/heads/master
|
||
|
[pull]
|
||
|
rebase = true
|
||
|
[remote "g3"]
|
||
|
url = git3://git3
|
||
|
fetch = +refs/heads/*:refs/remotes/g3/*
|