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.10"

(New page: TODO)
 
Line 1: Line 1:
 +
= Drag and Drop Support =
 +
 +
The repositories view now supports drag and drop. You can drag a folder or a list of folders from the file system into the Repositories View. If the folders are a valid Git repository or a direct parent of a .git folder, they will be added as a repository to the view.
 +
 +
TODO INSERT IMAGE
 +
 +
= Commits =
 +
 
TODO
 
TODO

Revision as of 15:18, 12 October 2010

Drag and Drop Support

The repositories view now supports drag and drop. You can drag a folder or a list of folders from the file system into the Repositories View. If the folders are a valid Git repository or a direct parent of a .git folder, they will be added as a repository to the view.

TODO INSERT IMAGE

Commits

TODO

Back to the top