Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. Tools
  4. Gitflow Nightly

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

Gitflow Nightly

Gitflow Nightly
127
19
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

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)

https://download.eclipse.org/egit/updates-nightly/

Learn more...

Screenshot 0

Details Group Tabs

Details

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: 
Sat, 2015-07-11 05:42
License: 
EPL
Date Updated: 
Wed, 2022-12-14 09:49
Submitted by: 
Max Hohenegger
Subscribe to Gitflow Nightly RSS-feed
Screenshots
Screenshot 0
Metrics
DateRankingInstallsClickthroughs
March 2023184/665133 (0.05%)1
February 2023194/668135 (0.04%)18
January 2023186/677145 (0.04%)16
December 2022184/805159 (0.05%)21
November 2022212/808146 (0.04%)7
October 2022191/811179 (0.05%)18
September 2022203/812153 (0.04%)14
August 2022198/808139 (0.04%)22
July 2022191/816159 (0.04%)26
June 2022193/810170 (0.04%)16
May 2022185/810201 (0.05%)28
April 2022192/817178 (0.04%)21
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 1

CountError Message
1Cannot continue the operation. There is another install operation in progress.
Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for Gitflow Nightly.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Wednesday, March 22, 2023 - 08:29

Reviews Sign in to post reviews

tbauerfei's picture

Instructions ...

Submitted by Terry Bauer on Tue, 2020-08-11 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.

mhohenegger's picture

Re: Instructions ...

Submitted by Max Hohenegger on Thu, 2020-08-13 03:20

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!

tbauerfei's picture

Re: Re: Instructions ...

Submitted by Terry Bauer on Wed, 2021-03-10 12:54

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.

 

mhohenegger's picture

Re: Re: Re: Instructions ...

Submitted by Max Hohenegger on Sat, 2021-03-20 08:27

@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.

smaffeis32o's picture

Finishing a release does not merge into master

Submitted by Silvano Maffeis on Thu, 2020-02-06 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

mhohenegger's picture

Re: Finishing a release does not merge into master

Submitted by Max Hohenegger on Mon, 2020-02-10 16:00

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?

vsantossq6's picture

The plugin is out of date with GitFlow CLI.

Submitted by Vinicius Santos on Wed, 2019-07-03 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?

mhohenegger's picture

Re: The plugin is out of date with GitFlow CLI.

Submitted by Max Hohenegger on Fri, 2019-07-12 03:06

> 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=Gitfl...

> 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_Setup

mbarmshory's picture

Bulky action to start and finish release

Submitted by Mostafa Barmshory on Thu, 2017-12-07 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

khermans's picture

Support for Menu

Submitted by Kevin Hermans on Tue, 2017-09-19 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!

mhohenegger's picture

Re: Support for Menu

Submitted by Max Hohenegger on Thu, 2017-10-05 09:30

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.

abisiach's picture

Support for config gitflow.*

Submitted by Andreas Bisiach on Fri, 2017-08-11 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

mhohenegger's picture

Re: Support for config gitflow.*

Submitted by Max Hohenegger on Wed, 2017-08-16 12:48

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=Gitflow

abisiach's picture

Re: Re: Support for config gitflow.*

Submitted by Andreas Bisiach on Fri, 2017-08-25 09:04

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

mhohenegger's picture

Re: Re: Re: Support for config gitflow.*

Submitted by Max Hohenegger on Thu, 2018-10-18 05:26

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_Setup

Thanks!

 

mwirthbg0's picture

Plugin slow performance in editor

Submitted by Michael Wirth on Thu, 2015-12-17 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?

mhohenegger's picture

Help wanted

Submitted by Max Hohenegger on Mon, 2015-12-21 16:36

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=Gitflow
This will tell us if any recent commits caused this issue.

mhohenegger's picture

Bug opened

Submitted by Max Hohenegger on Sun, 2015-12-27 03:22

The issue is reportedin Bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=484795

mhohenegger's picture

Bug fixed

Submitted by Max Hohenegger on Mon, 2016-01-18 13:43

The issue has been resolved.

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Subversive- SVN Team Provider
  • SourceGear Vault Standard
  • SourceGear Vault Professional
  • EGit- Git Integration for Eclipse
  • Subclipse

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top