Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialise does not create a develop branch #59

Open
arame3333 opened this issue Jan 11, 2017 · 4 comments
Open

Initialise does not create a develop branch #59

arame3333 opened this issue Jan 11, 2017 · 4 comments

Comments

@arame3333
Copy link

I am working through the Pluralsight course and I notice that when I run the initialise it does not create a develop branch.
I also find that if I create one locally in Visual Studio 2015, I cannot publish it - which I admit is probably nothing to do with GitFlow.

@arame3333
Copy link
Author

arame3333 commented Jan 11, 2017

I found I had to go to the .get/config file, remove the glitflow branches, and then uninstall and reinstall gitflow and then it worked. Plus I was able to publish as well.

@jakobehn
Copy link
Owner

jakobehn commented Apr 6, 2017

Hi! If your repo only has a master branch from the beginning, gitflow init will create an additional develop branch. If however you have a other existing branches (than master), it won't create it automatically. You can always create a develop branch manually, it will be picked up by git flow

@Satish-duvvuri
Copy link

I too observe that initialize does not create the develop branch. I am using Gitflow against Visual Studio 2015 on a 64 bit machine. I suspect the GetbinPath method in GitHelper has a bug. The binpath should be appended with 'usr\bin' and not 'usr/bin'.

@wvdvegt
Copy link

wvdvegt commented Nov 22, 2018

Same here using VS 2017CE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants