]> 4ch.mooo.com Git - 16.git/commitdiff
more
authorJonathan Campbell <jonathan@castus.tv>
Fri, 18 Mar 2016 10:47:36 +0000 (03:47 -0700)
committerJonathan Campbell <jonathan@castus.tv>
Fri, 18 Mar 2016 10:47:36 +0000 (03:47 -0700)
git_con.fig

index 9c560e3025b45c8ffb8733f1dd3c0dffd6cbf06b..265a082eb4b294a4f49a46400f393ed6b8c7031f 100755 (executable)
@@ -3,21 +3,16 @@
        filemode = true
        bare = false
        logallrefupdates = true
-[remote "x4"]
-       url = ssh://sparky4@4ch.mooo.com:26/var/www/16/16.git
-       fetch = +refs/heads/*:refs/remotes/x4/*
+[remote "origin"]
+       url = https://github.com/joncampbell123/16.git
+       fetch = +refs/heads/*:refs/remotes/origin/*
 [branch "master"]
        remote = origin
        merge = refs/heads/master
-[remote "origin"]
-       url = git@github.com:sparky4/16.git
-       fetch = +refs/heads/*:refs/remotes/origin/*
-[remote "sf"]
-       url = ssh://sparky4q@git.code.sf.net/p/project16/code
-       fetch = +refs/heads/*:refs/remotes/sf/*
-[remote "jp"]
-       url = ssh://sparky4@git.pf.osdn.jp:/gitroot/s/sp/sparky4/project16.git
-       fetch = +refs/heads/*:refs/remotes/jp/*
-[remote "bb"]
-       url = git@bitbucket.org:sparky4/16.git
-       fetch = +refs/heads/*:refs/remotes/bb/*
+[remote "upstream"]
+       url = https://github.com/sparky4/16.git
+       fetch = +refs/heads/*:refs/remotes/upstream/*
+[submodule "src/lib/doslib"]
+       url = https://github.com/joncampbell123/doslib.git
+[submodule "src/lib/jsmn"]
+       url = https://github.com/zserge/jsmn.git