/ Published in: XML
Expand |
Embed | Plain Text
~ git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true [remote "origin"] url = git@github.com:flunder/Snuff.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master ~ also do "git config --global push.default matching" to remove the "warning: You did not specify any refspecs to push..." warning. Phew, much cleaner already!
You need to login to post a comment.
