Skip to main content



      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 08:36 Go to next message
Eclipse UserFriend
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 08:40] by Moderator

Re: is GIT required [message #1853703 is a reply to message #1853681] Thu, 14 July 2022 03:02 Go to previous message
Eclipse UserFriend
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: Mon May 12 21:39:19 EDT 2025

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

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

Back to the top