Git: Pull remote branch from someone else’s Fork

There can be a scenario where you would need to continue working on the work done by someone else on your team. In such a case, you can pull your team member’s fork branch and continue working on whatever is done in that team member’s branch. You can add your code changed and push it … Read more