Skip to content

Instantly share code, notes, and snippets.

@fedir
Last active December 24, 2015 13:59
Show Gist options
  • Select an option

  • Save fedir/6809684 to your computer and use it in GitHub Desktop.

Select an option

Save fedir/6809684 to your computer and use it in GitHub Desktop.
Update forked repository #Github
git remote add upstream [email protected]:FluidTYPO3/flux.git
git fetch upstream
git checkout master
git merge upstream/master
git branch --merged | grep -v "\*" | xargs -n 1 git branch -d
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment