Skip to content

Instantly share code, notes, and snippets.

@nychng
Created July 31, 2012 06:15
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 nychng/3214198 to your computer and use it in GitHub Desktop.
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 = gituser@dev.inmeet.com:/var/git/bbox.git
[branch "dev"]
remote = origin
merge = refs/heads/dev
[branch "local"]
remote = origin
merge = refs/heads/dev
[user]
name = Nai
email = nai@inmeet.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment