Mercurial > repos > mkim8 > mintest
annotate offtarget/.git/config @ 0:94332d4947cb draft default tip
Uploaded
| author | mkim8 |
|---|---|
| date | Thu, 13 Mar 2014 19:43:26 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 [core] |
| 2 bare = false | |
| 3 repositoryformatversion = 0 | |
| 4 filemode = false | |
| 5 symlinks = false | |
| 6 ignorecase = true | |
| 7 logallrefupdates = true | |
| 8 [remote "origin"] | |
| 9 url = https://github.com/QBRC/offtarget.git | |
| 10 fetch = +refs/heads/*:refs/remotes/origin/* | |
| 11 [branch "master"] | |
| 12 remote = origin | |
| 13 merge = refs/heads/master |
