Skip to content

Instantly share code, notes, and snippets.

@jsilberm
Created July 6, 2017 00:58
Show Gist options
  • Save jsilberm/074391f94e0a6eaba68754474e809ebd to your computer and use it in GitHub Desktop.
Save jsilberm/074391f94e0a6eaba68754474e809ebd to your computer and use it in GitHub Desktop.
Sync a fork
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