Skip to content

Instantly share code, notes, and snippets.

@csarron
Created May 10, 2017 20:56
Show Gist options
  • Save csarron/534dddd12b50719a29bddaaa73cc434e to your computer and use it in GitHub Desktop.
Save csarron/534dddd12b50719a29bddaaa73cc434e to your computer and use it in GitHub Desktop.
sync forked git repo
git remote add upstream https://github.com/tensorflow/tensorflow.git
git fetch upstream
git pull upstream master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment