Skip to content

Instantly share code, notes, and snippets.

@Karmak23
Last active August 29, 2015 14:00
Show Gist options
  • Save Karmak23/11366438 to your computer and use it in GitHub Desktop.
Save Karmak23/11366438 to your computer and use it in GitHub Desktop.
My 1flow/.git/config with git-flow links for all branches
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = false
[remote "origin"]
url = [email protected]:1flow
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "develop"]
remote = origin
merge = refs/heads/develop
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag = 1flow-
[remote "github"]
url = [email protected]:1flow/1flow.git
fetch = +refs/heads/*:refs/remotes/github/*
[branch "feature/installable"]
remote = origin
merge = refs/heads/feature/installable
[branch "feature/opml-import"]
remote = origin
merge = refs/heads/feature/opml-import
[gitflow "branch.feature/special-renderers"]
base = develop
[branch "feature/1flow-index"]
remote = origin
merge = refs/heads/feature/1flow-index
[gitflow "branch.feature/search-engine"]
base = develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment