automation-1 automation-2 automation-3 automation-4 consultancy-1 consultancy-2 consultancy-3 consultancy-4 facebook google-plus outsourcing-1 outsourcing-2 outsourcing-3 outsourcing-4 power-engineering-1 power-engineering-2 power-engineering-3 power-engineering-4 twitter

Configuring branch for pull in Eclipse

If it is not possible to pull from Eclipse EGit and the error message is as below:

The current branch is not configured for pull No value for key branch.master.merge found in configuration

Add the following to the .git/config file:

[branch "master"]
  remote = origin
  merge = refs/heads/master

or through the Eclipse UI:

Eclipse UI

Share this article additional message.