Git - How to force pull from an upstream remote and ignore commits in your local and remote?
You need to specify the remote name because it is equal to origin
by default
git reset --hard upstream/master
You need to specify the remote name because it is equal to origin
by default
git reset --hard upstream/master