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"

 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{important|Wiki has moved|The EGit Wiki has been moved to https://github.com/eclipse-egit/egit/wiki.}}
 +
 
{{EGit}}
 
{{EGit}}
  
Line 4: Line 6:
  
 
EGit is an Eclipse Team provider for Git.  Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile.  The EGit project is implementing Eclipse tooling for the JGit Java implementation of Git.
 
EGit is an Eclipse Team provider for Git.  Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile.  The EGit project is implementing Eclipse tooling for the JGit Java implementation of Git.
 +
 +
[[Category:EGit]]

Latest revision as of 07:14, 4 December 2023

Important.png
Wiki has moved
The EGit Wiki has been moved to https://github.com/eclipse-egit/egit/wiki.


EGit
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File

Egit.png

EGit is an Eclipse Team provider for Git. Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile. The EGit project is implementing Eclipse tooling for the JGit Java implementation of Git.

Back to the top