Skip to content

Instantly share code, notes, and snippets.

@alexmchale
Created August 23, 2016 19:41
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 alexmchale/b2ea8df859e7d91613ab81e8f0077cf8 to your computer and use it in GitHub Desktop.
Save alexmchale/b2ea8df859e7d91613ab81e8f0077cf8 to your computer and use it in GitHub Desktop.
git config for crm
⟪ 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 = git@github.com:drhinternet/greenarrow-stats.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "production"]
url = root@deliverability-stats.drhinternet.net:/srv/greenarrow-stats
fetch = +refs/heads/*:refs/remotes/production/*
[remote "all"]
url = git@github.com:drhinternet/greenarrow-stats.git
fetch = +refs/heads/*:refs/remotes/origin/*
url = root@deliverability-stats.drhinternet.net:/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