Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created February 9, 2015 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IndianGuru/0890294fdb00fc136cf9 to your computer and use it in GitHub Desktop.
Save IndianGuru/0890294fdb00fc136cf9 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
[remote "origin"]
url = https://github.com/joshsoftware/golang-challenge.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "gh-pages"]
remote = origin
merge = refs/heads/gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment