I have my project on bitbucket using Git. I want to work on this project from several computers. Commiting the project using EGit in Eclipse works without problems.
So far I always delete my project and import a fresh project from the latest commit from bitbucket.
But how can I update an existing project in eclipse based on the state of the remote bitbucket repository? Without having to delete it?
When I try to pull I get:
The current branch is not configured for pull No value for key branch.master.merge found in configuration

pull? Whats the concrete problem? (Remember topushafter comitting) – KingCrunch Jan 20 at 11:42The current branch is not configured for pull No value for key branch.master.merge found in configuration. I also triedRemote > Fetch From...but there it sayseverything up to date. Which is strange because I can see the recent commit from another pc in my bitbucket repo in browser. – membersound Jan 20 at 11:44