Skip to content

Instantly share code, notes, and snippets.

@ducke
Created April 9, 2015 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ducke/978164c5439a4a202fb5 to your computer and use it in GitHub Desktop.
Save ducke/978164c5439a4a202fb5 to your computer and use it in GitHub Desktop.
Sync Github Fork
git clone https://github.com/ducke/POSHChef.git
cd .\POSHChef
git remote -v
git remote add upstream https://github.com/POSHChef/POSHChef.git
git remote -v
git fetch upstream
git checkout master
git merge upstream/master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment