Git: Merge a Remote branch locally
You can reference those remote tracking branches ~(listed with git branch -r) with the name of their remote. You need to fetch the remote branch: If you want to merge one of those remote branches on your local branch: Note 1: For a large repo with a long history, you will want to add the –depth=1 option when you … Read more