Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EGit/New and Noteworthy/0.8

Import Git Repository Wizard

The Import Git Repository wizard was improved.

Egitimportwizard1.png

Egitimportwizard2.png

Git Repositories View

There's a new Git Repositories view that you can...

  • Import local and remote projects
  • Checkout and manipulate branches
  • Checkout and manipulate tags
  • Add and remove remotes

Egitrepositoriesview.png

Team Menu Cleanup

The team menu was cleaned up to improved usability.

Egitmenu.png

Tagging

Now you can easily create and edit Git tags using tagging dialog with is available in project's context menu under Team -> Tag...

Egittag.png

Merging

Fast forward merging is now supported via the Team -> Merge... menu option.

Egit-0.8.0-merge.png

Commits

TODO fill this in when we declare 0.8.0 with git log

Back to the top