Skip to content

Instantly share code, notes, and snippets.

@pastewka
Created May 4, 2017 11:56
Show Gist options
  • Save pastewka/5dcaa28c1afc7a93e7d7fce2d495ca56 to your computer and use it in GitHub Desktop.
Save pastewka/5dcaa28c1afc7a93e7d7fce2d495ca56 to your computer and use it in GitHub Desktop.
Reset git repository upstream/master
#! /bin/bash -x
git fetch upstream
git checkout master
git reset --hard upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment