Skip to content

Instantly share code, notes, and snippets.

@CajuCLC
Created June 18, 2019 13:52
Show Gist options
  • Save CajuCLC/536a00f6f5df0df87012263a4841c83f to your computer and use it in GitHub Desktop.
Save CajuCLC/536a00f6f5df0df87012263a4841c83f to your computer and use it in GitHub Desktop.
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