Last active
October 10, 2015 11:03
-
-
Save jmverges/ef006024e8b5c506b882 to your computer and use it in GitHub Desktop.
sync github branch
This file contains 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 https://github.com/FluidTYPO3/flux.git && git remote update && git reset --hard upstream/development && git push origin +development && git checkout -b fixForFluxColumn development |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment