Skip to content

Instantly share code, notes, and snippets.

@nychng
Created July 31, 2012 06:15
Show Gist options
  • Select an option

  • Save nychng/3214198 to your computer and use it in GitHub Desktop.

Select an option

Save nychng/3214198 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:/var/git/bbox.git
[branch "dev"]
remote = origin
merge = refs/heads/dev
[branch "local"]
remote = origin
merge = refs/heads/dev
[user]
name = Nai
email = [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment