Mercurial > repos > mmaiensc > arts
diff ARTS/.git/config @ 0:3723b54935cb draft
Uploaded
author | mmaiensc |
---|---|
date | Wed, 13 Nov 2013 16:13:17 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ARTS/.git/config Wed Nov 13 16:13:17 2013 -0500 @@ -0,0 +1,12 @@ +[core] + bare = false + repositoryformatversion = 0 + filemode = true + logallrefupdates = true + ignorecase = true +[remote "origin"] + url = https://github.com/mmaiensc/ARTS.git + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "master"] + remote = origin + merge = refs/heads/master