12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
[core]
|
|
bare = false
|
|
[remote "origin"]
|
|
url = https://github.com/actions/setup-node
|
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
[branch "main"]
|
|
remote = origin
|
|
merge = refs/heads/main
|
|
[remote "gitea"]
|
|
url = https://orchestron-bot:0a62cf247c07123bef12df07cc93cbf2195cd6c9@gitea.orchestron.cn/actions/setup-node.git
|
|
fetch = +refs/heads/*:refs/remotes/gitea/*
|