Skip to content

Instantly share code, notes, and snippets.

@dirkkelly
Created August 16, 2011 08:31
Show Gist options
  • Save dirkkelly/1148663 to your computer and use it in GitHub Desktop.
Save dirkkelly/1148663 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = [email protected]:mostlydisco/swoonme.com.git
fetch = +refs/heads/*:refs/remotes/origin/*
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag =
[remote "production"]
url = [email protected]:swoonme-com.git
fetch = +refs/heads/*:refs/remotes/production/*
[remote "staging"]
url = [email protected]:swoonee-com.git
fetch = +refs/heads/*:refs/remotes/staging/*
[push]
default = tracking
[branch "develop"]
remote = staging
merge = refs/heads/master
[branch "master"]
remote = production
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment