Created
July 6, 2017 00:58
-
-
Save jsilberm/074391f94e0a6eaba68754474e809ebd to your computer and use it in GitHub Desktop.
Sync a fork
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
Clone Forked Repo | |
git clone https://..../repo.git | |
cd repo | |
git remote add upstream https://github.com/Azure/acs-engine.git | |
git remote -v | |
git fetch upstream | |
git checkout master | |
git merge upstream/master | |
git push origin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment