0
Completed

Enable GitFlow directly when cloning/opening a new repo

Pierre Goiffon 7 years ago updated 7 years ago 3

Currently you need to first clon/open the new repository, and then got to the gitflow dialog to enable it.

SmatGit could propose a checkbox in the open / clone dialogs to firectly configure GitFlow. It could also automatically detect that both develop and master exists in the new repo, and propose directly to configure GitFlow ?

GOOD, I'M SATISFIED
Satisfaction mark by Pierre Goiffon 7 years ago

Ha thanks ! But what is the syntax of this .gitflow file ?

Ok, exactly same syntax as the [giflow*] tags in .git/config :)

So for exemple :


[gitflow "branch"]
 master = master
 develop = develop
[gitflow "prefix"]
 feature = feature/
 release = release/
 hotfix = hotfix/
 versiontag = 
 support = support/


I would recommend updating the doc to reflect this !