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

1 Answer 1

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.

1
  • 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
    Commented Jul 11, 2017 at 17:04

Not the answer you're looking for? Browse other questions tagged or ask your own question.