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

Difference between revisions of "EGit/New and Noteworthy/0.8"

Line 22: Line 22:
 
The team menu was cleaned up to improved usability.
 
The team menu was cleaned up to improved usability.
  
[[Image:Egitmenu.png]]
+
[[Image:Egitmenu-0.8.0.png]]
  
 
= Tagging  =
 
= Tagging  =

Revision as of 10:57, 25 May 2010

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