Reputation: 9144
In eclipse, I have a project that connected with git repository. I can commit & remote push but the option: Team -> Remote -> "Configure Fetch from Upstream" and "Configure Push To Upstream" are disabled/grayed.
What actually happened??
How to enable them?
Upvotes: 16
Views: 9081
Reputation: 5659
Here's what I did and this worked fine:
Because the remote was added under the project in question, each project can have its own upstream origin and they will not interfere (whereas the Window > Preferences solution is a global setting).
Based on your description of what you did, it appears you attempted this - but possibly did not use the name "origin" for the remote, which is absolutely necessary.
Upvotes: 28