Created
May 4, 2017 11:56
-
-
Save pastewka/5dcaa28c1afc7a93e7d7fce2d495ca56 to your computer and use it in GitHub Desktop.
Reset git repository upstream/master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /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