Nightly build of the Gitflow integration for Eclipse EGit.
User guide: https://wiki.eclipse.org/EGit/User_Guide#Working_with_Gitflow
Categories: Code Management, Collaboration, IDE, SCM, Team Development
Tags: egit, git, workflow, scm, distributed version control
Additional Details
Eclipse Versions: 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), 2018-12 (4.10), 2019-03 (4.11), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: The Eclipse Foundation
Development Status: Beta
Date Created: Saturday, July 11, 2015 - 05:42
License: EPL
Date Updated: Wednesday, December 14, 2022 - 09:49
Submitted by: Max Hohenegger
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 0/0 | 0 | 0 |
September 2024 | 236/642 | 65 | 2 |
August 2024 | 216/641 | 71 | 8 |
July 2024 | 231/663 | 65 | 9 |
June 2024 | 230/681 | 74 | 15 |
May 2024 | 275/682 | 52 | 16 |
April 2024 | 208/687 | 106 | 11 |
March 2024 | 228/694 | 95 | 4 |
February 2024 | 236/687 | 76 | 7 |
January 2024 | 245/691 | 74 | 7 |
December 2023 | 255/671 | 63 | 7 |
November 2023 | 280/686 | 60 | 4 |
Reviews Add new review
Instructions ...
Submitted by Terry Bauer on Tue, 08/11/2020 - 13:59
Is there some documentation on how to use this product? I have read quite a bit on how to use Gitflow with Git, but it would be nice to have some detailed documentation on how to use the EGit derived version.
Thanks.
Re: Instructions ...
Submitted by Max Hohenegger on Thu, 08/13/2020 - 03:20
In reply to Instructions ... by Terry Bauer
Good catch. There is a user guide, but I missed adding it to the description in this marketplace listing before. It is up there now.
This might be a bit rudimentary, and the screenshots are a bit outdated. But as always, contributions are welcome!
Re: Re: Instructions ...
Submitted by Terry Bauer on Wed, 03/10/2021 - 12:54
In reply to Re: Instructions ... by Max Hohenegger
In lieu of any meaningful documentation, could you take a little time to give a simple one-line explanation as to what each menu item does?
I am making the following assumptions:
1. Start ______ initiates that particular process.
2. Finish ______ completes that process and merges into the appropriate repositories
3. Publish ______ pushes the designated item out to the GitHub repository.
However, what is the purpose of "Track Feature"?
Thank you.
Re: Re: Re: Instructions ...
Submitted by Max Hohenegger on Sat, 03/20/2021 - 08:27
In reply to Re: Re: Instructions ... by Terry Bauer
@Terry, the documentation I linked to the marketplace entry, explains how to use the Gitflow EGit support.
From what it sounds like, you are new to Gitflow itself, though, and are looking for a documentation for the same. Fortunately, there is an abundance of documentation online, as well as descriptions in various text books. As with every successful project, you will also find many variants, and the variety itself may lead to more confusion. Therefore, I'd recommend you to start with the original blog post by nvie: https://nvie.com/posts/a-successful-git-branching-model/
Unfortunately, this is only a pet-project, and therefore I cannot spend a lot of time writing additional documentation. However, you are very welcome to sign-up to the Eclipse wiki, and add whatever you find missing.
Finishing a release does not merge into master
Submitted by Silvano Maffeis on Thu, 02/06/2020 - 08:56
When I "finish a release", the release branch is merged into develop, but it is not merged into master. Also I cannot find any tag of the release. As far as I know, according to gitflow, finishing a release should:
- Merge the release branch back into 'master'
- Tag the release with its name
- Back-merge the release into 'develop'
- (optionally) Remove the release branch
Re: Finishing a release does not merge into master
Submitted by Max Hohenegger on Mon, 02/10/2020 - 16:00
In reply to Finishing a release does not merge into master by Silvano Maffeis
I cannot reproduce this issue (un)fortunately. I get both: the merge commit and the tag on the master branch.
If the operation is aborted because of a conflict you would see a respective error dialogue. Hence, I am assuming an error is thrown silently in the background. Do you see an error in the error view? Could you share exact steps to reproduce?
The plugin is out of date with GitFlow CLI.
Submitted by Vinicius Santos on Wed, 07/03/2019 - 14:55
1 - When a Feature Finish is performed the plugin is not performing the deletion of the remote branch related to that feature.
2 - There is no BugFix option.
I wonder if this plugin is open-source and if so how do we contribute?
Re: The plugin is out of date with GitFlow CLI.
Submitted by Max Hohenegger on Fri, 07/12/2019 - 03:06
In reply to The plugin is out of date with GitFlow CLI. by Vinicius Santos
> 1 - When a Feature Finish is performed the plugin is not performing the deletion of the remote branch related to that feature.
That's right. I was not even aware of that new feature in the CLI. Could you open a new bug for this with a reference to the respective CLI command? https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit&component=Gitf…
> 2 - There is no BugFix option.
Also correct. If you could raise another bug, that would help us!
> I wonder if this plugin is open-source and if so how do we contribute?
The plug-in is indead open source, and actually part of EGit. Both of the suggested features would be a great contribution and not too difficult to implement either. Please have a look at this part of the contributor guide: https://wiki.eclipse.org/EGit/Contributor_Guide#Automated_Developer_Set…
Bulky action to start and finish release
Submitted by Mostafa Barmshory on Thu, 12/07/2017 - 10:29
At the first, this is nicely integrated nice work!
My project consistes of serveral git project (PHP package manager force to create seperate git for each module). I have to release each of them at the end of the mounth. How ever it is not possilbe to select and run GitFlow action on several project at the same time.
tanks
Support for Menu
Submitted by Kevin Hermans on Tue, 09/19/2017 - 08:28
First of all this is the must have plugin for git in eclipse collabrate is easy the gitflow is nicely integrated nice work!
But is it also possible to add the GitFlow entry in your menu now it is somewhat to deep and directly having a gitflow entry in the menu would be a benefit for us.
Thank you for making our lives easier!
Re: Support for Menu
Submitted by Max Hohenegger on Thu, 10/05/2017 - 09:30
In reply to Support for Menu by Kevin Hermans
Hi Kevin,
thanks for your nice Feedback! Personally I like to use the Quick Access when working with the Gitflow plug-in. Just press Ctrl+3 while a repository, a resource or an editor is selected, and start typing "start feature", and you will quickly see the command to start a new Gitflow feature. Pressing enter will execute it.
The Gitflow sub-menu is quite large, so I would prefer not to move it to the main menu (which itself is quite large already), but if you have a good idea to make the Gitflow commands available with less clicks, let me know, or better even, raise a new bug in the Bugzilla.
One option that comes to mind is adding optional toolbar actions, which could be added by the user to any perspective, using the "customize perspective" dialog. But that is just my first idea.
Support for config gitflow.*
Submitted by Andreas Bisiach on Fri, 08/11/2017 - 08:47
Hello
I am testing gitflow command line (1.10.2) and and your plug-in.
I have noticed that your plug-in does not respect configuration value like gitflow.feature.start.fetch=true stored in .gitconfig.
I was wondering, is it possible to configure the default behaviour of your plug-in somehow?
Thanks
Re: Support for config gitflow.*
Submitted by Max Hohenegger on Wed, 08/16/2017 - 12:48
In reply to Support for config gitflow.* by Andreas Bisiach
Hi Andreas,
great to hear you want to try EGits Gitflow support. From the version you mentioned, I'm guessing you are using the gitflow-avh fork of the command line tools. Correct? Though, it looks like nvie's tools already support this configuration option [1].
I think it absolutely makes sense to add support for this to EGit. Could you raise a new bug in Bugzilla for this [2]?
Thanks!
[1] https://github.com/nvie/gitflow/wiki/Command-Line-Arguments
[2] https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit&component=Gitf…
Re: Re: Support for config gitflow.*
Submitted by Andreas Bisiach on Fri, 08/25/2017 - 09:04
In reply to Re: Support for config gitflow.* by Max Hohenegger
Hi Max,
Correct, 1.11.0 (AVH Edition) it's the version shipped with standard git version 2.14.1.windows.1
I have raised this bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=521414
I would actually thing that it make sense to have complete 1.11.0 (AVH Edition) support in egit gitflow since this is the standard version shipped for windows. Just my idea
Thanks
Re: Re: Re: Support for config gitflow.*
Submitted by Max Hohenegger on Thu, 10/18/2018 - 05:26
In reply to Re: Re: Support for config gitflow.* by Andreas Bisiach
Hi Andreas,
your effort to raise the bug was not in vain! It has been fixed here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=539755
Just update the Gitflow Nightly build and have a go at it.
If you are missing other features, or find bugs, please raise the issue in Bugzilla. If you can't wait, and would like to contribute, have a look here: https://wiki.eclipse.org/EGit/Contributor_Guide#Automated_Developer_Set…
Thanks!
Plugin slow performance in editor
Submitted by Michael Wirth on Thu, 12/17/2015 - 12:02
After installing the plugin from the Marketplace (Gitflow Nightly, version 4.2.0) in STS 3.7.2 based on Eclipse 4.5.1 I experience a very slow UI response. Every key stroke requires about 5 seconds to process. Before the installation Eclipse was really running fast, but after the installation it is no use anymore.
Are these plugins not compatible? Or am I doing something wrong?
Help wanted
Submitted by Max Hohenegger on Mon, 12/21/2015 - 16:36
In reply to Plugin slow performance in editor by Michael Wirth
Thanks for your feedback! I'm not sure what could be causing this issue, so it would be great, if you could help us narrowing it down.
Did you have the Eclipse error reporting turned on? If so, any UI freezes should have been reported, and we should be able to see the details (e.g. which thread froze) soon.
Could you also try to reproduce the issue with your setup, but with this version of Gitflow instead:
http://download.eclipse.org/egit/updates-stable-nightly/
In any case, feel free to open a bug here: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit&component=Gitf…
This will tell us if any recent commits caused this issue.
Bug opened
Submitted by Max Hohenegger on Sun, 12/27/2015 - 03:22
In reply to Help wanted by Max Hohenegger
The issue is reportedin Bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=484795
Bug fixed
Submitted by Max Hohenegger on Mon, 01/18/2016 - 13:43
In reply to Bug opened by Max Hohenegger
The issue has been resolved.