Created
August 23, 2016 19:41
-
-
Save alexmchale/b2ea8df859e7d91613ab81e8f0077cf8 to your computer and use it in GitHub Desktop.
git config for crm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⟪ alexmchale@argus ~/src/drh/crm-2 ⟫ cat .git/config | |
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
ignorecase = true | |
precomposeunicode = true | |
[remote "origin"] | |
url = [email protected]:drhinternet/greenarrow-stats.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
[branch "master"] | |
remote = origin | |
merge = refs/heads/master | |
[remote "production"] | |
url = [email protected]:/srv/greenarrow-stats | |
fetch = +refs/heads/*:refs/remotes/production/* | |
[remote "all"] | |
url = [email protected]:drhinternet/greenarrow-stats.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
url = [email protected]:/srv/greenarrow-stats | |
fetch = +refs/heads/*:refs/remotes/production/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment