Skip to content

Instantly share code, notes, and snippets.

@jmverges
jmverges / gist:76ca3e3b23224c536669
Created November 18, 2014 19:12
GitHub git tips
git remote add upstream https://github.com/FluidTYPO3/vhs.git
git pull --rebase upstream development
then commit
git push --force origin development