Created
April 21, 2017 13:58
-
-
Save PickledDragon/dba8398c1c714f2d162edb554eded140 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 [email protected]:something/repo.git | |
| git fetch upstream | |
| git merge upstream/master master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment