Assume that I forked LarsGit223/dokuwiki-plugin-odt.git repository to my own repository xuanngo2001/dokuwiki-plugin-odt.git. Now that there are multiple commits in LarsGit223 ahead of when I forked it. I want to merge the new commits back to my repository. Here are the steps that I did in Eclipse.
- Right-click on your project and then select to Team > Pull....
- Add a New Remote repository that points to https://github.com/LarsGit223/dokuwiki-plugin-odt.git.
- Pull the latest commits from that repository, i.e Team > Pull....
- Merge and commit changes that you like.
- Push the commits back to your own repository.