Last active
December 24, 2015 13:59
-
-
Save fedir/6809684 to your computer and use it in GitHub Desktop.
Update forked repository #Github
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
| 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