-
Notifications
You must be signed in to change notification settings - Fork 138
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
Comments
What do do you mean by "Git now has GitFlow in it"? |
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. |
Same error, I supposed that is necessary to check if this library still working |
I don't see any mention of this in the Git release notes for 2.6.4 Do you know which model of git flow did they include? The original @nvie one? The @avogler one? |
It is included in windows version of Git: https://github.com/nvie/gitflow/wiki/Windows
|
Same git flow version: C:>git --version C:>git flow version |
Just committed a solution for this, the next version would have it |
Fixed in 0.6.1 |
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
I used the same command in the terminal so I can choose the branch, after setting them it worked. |
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?
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.
The text was updated successfully, but these errors were encountered: