Skip to content

Instantly share code, notes, and snippets.

@mark
Forked from anonymous/gist:1730590
Created February 3, 2012 15:08
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 mark/1730601 to your computer and use it in GitHub Desktop.
Save mark/1730601 to your computer and use it in GitHub Desktop.
git config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@git.amsapps.com:cpi2.git
[branch "master"]
remote = origin
merge = refs/heads/master
[gui]
wmstate = normal
geometry = 844x415+239+67 189 188
@mark
Copy link
Author

mark commented Feb 3, 2012

[branch "cpi-2.22-india"]
remote = origin
merge = refs/heads/cpi-2.22-india

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment