I have a local git repository which is a clone of a repository on github. Someone has forked the repository and made changes in a new branch on a new repository. I want to move
Method without adding remote.
git checkout --orphan fork_branch git reset --hard git pull