Skip to content

Instantly share code, notes, and snippets.

@frenck
Created December 30, 2017 09:22
Show Gist options
  • Save frenck/053df4b402edd5823fbd2aab85217947 to your computer and use it in GitHub Desktop.
Save frenck/053df4b402edd5823fbd2aab85217947 to your computer and use it in GitHub Desktop.
git clone https://github.com/bigwoof/home-assistant.github.io.git bigwoof
cd bigwoof
git remote add upstream git@github.com:home-assistant/home-assistant.github.io.git
git fetch upstream
git checkout next
git pull upstream next
git checkout patch-4
git rebase --onto next patch-4~1
git push -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment