I work with Eclipse and Git.
From command line I did
git checkout development
git fetch
git pull
After this I create a new branch
git checkout -b <new branch>
After this, I went to git package explorer in eclipse. I am in the new branch, but I don't have the changes remote repository
This is the remote repository
How can I refresh package explorer with remote repository?