Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » is GIT required(Will Jgit work without GIT on server)
is GIT required [message #1853681] Wed, 13 July 2022 12:36 Go to next message
Vinit Pillai is currently offline Vinit PillaiFriend
Messages: 2
Registered: May 2022
Junior Member
I know it is a simple question but please I need a one word answer yes or no.

And also,
Do we require to clone project for us to commit files to remote git.

[Updated on: Wed, 13 July 2022 12:40]

Report message to a moderator

Re: is GIT required [message #1853703 is a reply to message #1853681] Thu, 14 July 2022 07:02 Go to previous message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
Your question is unclear. Is Git required for what ?

If you meant for using EGit, then the answer is no. EGit relies on JGit which is installed as a dependency of EGit.

Git is a distributed versioning system which means for most commands you first need to clone the repository
and then run the command on the local repository. The commands acting on a remove repository are clone, fetch,
push and ls-remote.
Previous Topic:jgit checkout cost too long time
Next Topic:Cherry pick a range of commit
Goto Forum:
  


Current Time: Fri Apr 26 05:19:54 GMT 2024

Powered by FUDForum. Page generated in 0.03741 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top