How to Pull All Remote Branches Using Egit
Sometimes we just select a number of branches when cloning a repository. But after a while when we decided to pull all the other branches, i...
https://www.czetsuyatech.com/2019/06/how-to-pull-all-remote-branches-using-egit.html
Sometimes we just select a number of branches when cloning a repository. But after a while when we decided to pull all the other branches, it will not. This is due to the pull configuration.
When using EGIT plugin in Eclipse you must.
1.) Configure Fetch Settings in Git Repositories View
2.) Add the fetch configuration below. By default, it's /master or whatever branch you have.
When using EGIT plugin in Eclipse you must.
1.) Configure Fetch Settings in Git Repositories View
2.) Add the fetch configuration below. By default, it's /master or whatever branch you have.
Post a Comment