Created
June 18, 2019 13:52
-
-
Save CajuCLC/536a00f6f5df0df87012263a4841c83f to your computer and use it in GitHub Desktop.
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
GITHUB_RELEASE=v1.13.9.7.14-beta.29 | |
git fetch upstream | |
git checkout master --force | |
git merge origin/master | |
git fetch --tags | |
git stash | |
git checkout --merge $GITHUB_RELEASE | |
git status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment