Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Git (egit) pull and push to upstream option not available some times.?

Right click on Project -> Team -> push and pull not available(EGIT)

Eclipse pull and push to upstream option not available some times.? i am able to see commit every time but push ,pull,remote are missing some times How to make appear them always

like image 737
SHASHIDHAR MANCHUKONDA Avatar asked May 22 '14 08:05

SHASHIDHAR MANCHUKONDA


People also ask

How do I push upstream in Eclipse?

To Push to Upstream, select the project/repo, select Team -> Push to Upstream.

How do I get Git options in Eclipse?

Click on the Window menu bar option, then choose Preferences. Type “git” in the search bar, then choose that path 'Team > Git > Configuration. Click Add Entry. Enter user.name as the Key, and your GitHub username as the Value, then add another entry with user.


2 Answers

Basically your eclipse is disconnected with git.

Right click on project -> Team -> share Project -> Select Repository type as git -> Next -> chose your project and finish.

like image 66
Abhimanyu Avatar answered Oct 13 '22 10:10

Abhimanyu


For me this disappeared as well, while the .git/config is unchanged and good.

Refresh did not help.
But Eclipse restart did the trick.

like image 35
fbenoit Avatar answered Oct 13 '22 10:10

fbenoit