Skip to content

Instantly share code, notes, and snippets.

@muddlebee
Last active February 6, 2017 18:03
Show Gist options
  • Save muddlebee/4149b8e006b3db9a8afaf13103c3dc94 to your computer and use it in GitHub Desktop.
Save muddlebee/4149b8e006b3db9a8afaf13103c3dc94 to your computer and use it in GitHub Desktop.
git remote add upstream https://github.com/systers/vms.git
git fetch upstream
git checkout develop
git merge upstream/develop
git reset --hard upstream/develop
git push origin develop --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment