Skip to content

Instantly share code, notes, and snippets.

@austriancoder
Created September 4, 2016 12:55
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austriancoder/724a0a8d1db4f229e197d501f8b49fa5 to your computer and use it in GitHub Desktop.
Save austriancoder/724a0a8d1db4f229e197d501f8b49fa5 to your computer and use it in GitHub Desktop.
git remote add upstream https://github.com/laanwj/etna_viv.git
git fetch upstream
git rebase upstream/master
git push -f origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment