0
Completed
Enable GitFlow directly when cloning/opening a new repo
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 ?
Customer support service by UserEcho
It's already there: just use a .gitflow file www.syntevo.com/doc/display/SG/Git-Flow#Git-Flow-Configureflow.commands.configure.
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 :
I would recommend updating the doc to reflect this !