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

Git now has GitFlow in it, but not fully compatible with this plugin #125

Closed
zorner opened this issue Nov 1, 2016 · 11 comments
Closed

Git now has GitFlow in it, but not fully compatible with this plugin #125

zorner opened this issue Nov 1, 2016 · 11 comments

Comments

@zorner
Copy link

zorner commented Nov 1, 2016

The hiccup I have run into is getting gitflow init to work:

14:12:09.561: git -c core.quotepath=false flow init
Which branch should be used for bringing forth production releases?

  • 1.2.34
  • 1.2.43
  • 1.2.45
  • 1.2.50
  • JKS_exertalized
  • master
    14:12:19.180: master
    ' does not exist.
    Branch name for production releases: [master]

Manually running the command on the command line works, as you can input the correct names.

@OpherV
Copy link
Owner

OpherV commented Nov 1, 2016

What do do you mean by "Git now has GitFlow in it"?

@zorner
Copy link
Author

zorner commented Nov 2, 2016

As of Git 2.6.4, Git now has GitFlow included in the package/download. You no longer have to get something that implements GitFlow on top of Git.

@kevicsalazar
Copy link

kevicsalazar commented Nov 5, 2016

Same error, I supposed that is necessary to check if this library still working

@OpherV
Copy link
Owner

OpherV commented Nov 17, 2016

I don't see any mention of this in the Git release notes for 2.6.4
https://github.com/git/git/blob/master/Documentation/RelNotes/2.6.4.txt

Do you know which model of git flow did they include? The original @nvie one? The @avogler one?

@emcek
Copy link

emcek commented Nov 17, 2016

It is included in windows version of Git: https://github.com/nvie/gitflow/wiki/Windows

gtqk84@CNU24691MP MINGW64 ~
$ git --version
git version 2.10.0.windows.1

gtqk84@CNU24691MP MINGW64 ~
$ git flow version
1.9.1 (AVH Edition)

@zorner
Copy link
Author

zorner commented Nov 18, 2016

Same git flow version:

C:>git --version
git version 2.8.3.windows.1

C:>git flow version
1.9.1 (AVH Edition)

@OpherV
Copy link
Owner

OpherV commented Nov 18, 2016

@emcek @zorner thanks for the logs. the bug is probably just a parsing issue. I'll look into it

@OpherV
Copy link
Owner

OpherV commented Apr 25, 2017

Just committed a solution for this, the next version would have it

@OpherV
Copy link
Owner

OpherV commented Jun 20, 2017

Fixed in 0.6.1

@OpherV OpherV closed this as completed Jun 20, 2017
@LenonTolfo
Copy link

Hi I am using the linux version 0.6.6 and when I try to use the dropdown on the right lower corner this apear in the git console.

git -c core.quotepath=false flow init
Which branch should be used for bringing forth production releases?

  • master
  • develop

I used the same command in the terminal so I can choose the branch, after setting them it worked.

@OpherV
Copy link
Owner

OpherV commented Sep 27, 2018

@Naion this sounds like #198 , and isn't related to this closed bug.

Please provide which intellij version, os version and gitflow version are you using (over at the proper bug thread)

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

5 participants