1

I can't see the GIT commands when using right click on any files in a GIT repository.

I'm using Eclipse-Luna, A fresh install, afeter trying different versions of EGIT.

Thanks, Elyahu

Some screen shots of the preferences: enter image description here

enter image description here

Elyahu
  • 226
  • 1
  • 2
  • 15

1 Answers1

3

I can't see the GIT commands when using right click on any files in a GIT repository.

You must first share that local project in order to make it recognized as a Git repository.
See "How make Eclipse/EGit recognize existing repository information after update?",but don't forget, once shared, to close/reopen your project.
Then Git will be active on said project.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Thanks a lot. I must add @NickKlauer comment on the link you specified: "This is ridiculous. The fact that I had to Google to find this solution is sad. I'm surprised Eclipse doesn't just turn it on for projects with a .git directory. Thanks for asking this and finding a solution, as I've been banging my head against a wall for a while on this problem... – Nick Klauer" – Elyahu Jul 11 '17 at 17:04