mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
17 lines
431 B
Plaintext
17 lines
431 B
Plaintext
|
|
[core]
|
||
|
|
repositoryformatversion = 0
|
||
|
|
filemode = false
|
||
|
|
bare = false
|
||
|
|
logallrefupdates = true
|
||
|
|
symlinks = false
|
||
|
|
ignorecase = true
|
||
|
|
[remote "origin"]
|
||
|
|
url = https://github.com/LmeSzinc/AzurLaneAutoScript.git
|
||
|
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
||
|
|
[branch "master"]
|
||
|
|
remote = origin
|
||
|
|
merge = refs/heads/master
|
||
|
|
[remote "gitee"]
|
||
|
|
url = https://gitee.com/lmeszinc/AzurLaneAutoScript.git
|
||
|
|
fetch = +refs/heads/*:refs/remotes/gitee/*
|