Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created February 9, 2015 05:23
Show Gist options
  • Select an option

  • Save IndianGuru/0890294fdb00fc136cf9 to your computer and use it in GitHub Desktop.

Select an option

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