Skip to content

Instantly share code, notes, and snippets.

@vhoulbreque
Last active August 1, 2018 14:38
Show Gist options
  • Save vhoulbreque/c1f4373441763d9d03e3b746b1f2e94d to your computer and use it in GitHub Desktop.
Save vhoulbreque/c1f4373441763d9d03e3b746b1f2e94d to your computer and use it in GitHub Desktop.
fork forced sync
git remote add upstream https://[upstream guy's repo url]  
git fetch upstream  
git reset --hard upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment