添加 'git-config'

This commit is contained in:
zhongjin 2023-05-10 22:38:54 +08:00
parent 54cce49a4e
commit 51fc247947

11
git-config Normal file
View File

@ -0,0 +1,11 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master