Mercurial > repos > mkim8 > mintest
diff offtarget/.git/config @ 0:94332d4947cb draft default tip
Uploaded
| author | mkim8 |
|---|---|
| date | Thu, 13 Mar 2014 19:43:26 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/offtarget/.git/config Thu Mar 13 19:43:26 2014 -0400 @@ -0,0 +1,13 @@ +[core] + bare = false + repositoryformatversion = 0 + filemode = false + symlinks = false + ignorecase = true + logallrefupdates = true +[remote "origin"] + url = https://github.com/QBRC/offtarget.git + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "master"] + remote = origin + merge = refs/heads/master
