diff --git a/git-config b/git-config new file mode 100644 index 0000000..c36f382 --- /dev/null +++ b/git-config @@ -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