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"

(Spanish translation of EGit)
(Undo revision 367982 by Diego.alonso.gonzalez.gmail.com (talk))
Line 1: Line 1:
{{Es:EGit}}
+
{{EGit}}
  
 
[[Image:Egit.png]]
 
[[Image:Egit.png]]
  
EGit es un proveedor de Eclipse Team para Git.  Git es un SCV [http://es.wikipedia.org/wiki/Control_de_versiones] sistema de control de versiones distribuido, lo cual significa que cada desarrollado tiene una copia completa de toda la historia de cada revisión del código, haciendo que las consultas contra el historial sean muy veloces y versátilesEl proyecto EGit está implementando las herramientas de Eclipse para la implementación JGit en java de 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 versatileThe EGit project is implementing Eclipse tooling for the JGit Java implementation of Git.

Revision as of 07:43, 31 July 2014

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