Last active
September 7, 2016 15:36
-
-
Save leompeters/f1f85c7223a9d24257dba96052ef22de to your computer and use it in GitHub Desktop.
Configuration PREFIX plugin error on initialize the git-flow in a repository on Rubymine (in `/.git/config`).
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
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
ignorecase = true | |
precomposeunicode = true | |
[remote "origin"] | |
url = https://github.com/fanhero/super-admin-portal.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
[branch "master"] | |
remote = origin | |
merge = refs/heads/master | |
[gitflow "branch"] | |
master = staging | |
develop = develop | |
[gitflow "prefix"] | |
feature = develop | |
release = feature/ | |
hotfix = release/ | |
support = hotfix/ | |
versiontag = support/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment