Skip to content

Instantly share code, notes, and snippets.

@sixtyfive
Created May 31, 2011 10:24
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 sixtyfive/1000275 to your computer and use it in GitHub Desktop.
Save sixtyfive/1000275 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = ssh://...
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "alpha_2"]
remote = origin
merge = refs/heads/alpha_2
[branch]
autosetupmerge = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment