Changing the git branch on eclipse

user3242743 picture user3242743 · Jul 9, 2014 · Viewed 63k times · Source

This is the first time I do this. I imported a git project in eclipse. Then I used the shell to create another branch and checkout to the new branch.

Is refreshing the imported project in Eclipse enough to tell Eclipse that we are working on the new created branch?

thanks

Answer

love picture love · Jul 9, 2014

Right-click your project and select TeamBranch to create new branches or to switch between existing branches. You can also switch branches in the History view.