Skip to content

Instantly share code, notes, and snippets.

@leompeters
Last active September 7, 2016 15:36
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 leompeters/f1f85c7223a9d24257dba96052ef22de to your computer and use it in GitHub Desktop.
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`).
[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