Skip to content

Instantly share code, notes, and snippets.

@jmverges
Last active October 10, 2015 11:03
Show Gist options
  • Save jmverges/ef006024e8b5c506b882 to your computer and use it in GitHub Desktop.
Save jmverges/ef006024e8b5c506b882 to your computer and use it in GitHub Desktop.
sync github branch
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