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
Found it. The following entry must be placed under .git/config: