Skip to content

Instantly share code, notes, and snippets.

@Nebuchadrezzar
Created August 5, 2017 17:52
Show Gist options
  • Save Nebuchadrezzar/31f7e7ba37e804e947387cab0e25568a to your computer and use it in GitHub Desktop.
Save Nebuchadrezzar/31f7e7ba37e804e947387cab0e25568a to your computer and use it in GitHub Desktop.
update fork of .zpresto
# upstream is the source repro, origin is a forked copy.
git fetch upstream
git checkout master
git merge upstream/master
git submodule update --init --recursive
git commit -m "updates from upstream"
git push origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment