Elyahu
Elyahu

Reputation: 336

Egit: Right click not showing GIT commands

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

Upvotes: 1

Views: 934

Answers (1)

VonC
VonC

Reputation: 1324505

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.

Upvotes: 3

Related Questions