Created
September 4, 2016 12:55
-
-
Save austriancoder/724a0a8d1db4f229e197d501f8b49fa5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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