Skip to content

Instantly share code, notes, and snippets.

@jmverges
Created November 18, 2014 19:12
Show Gist options
  • Save jmverges/76ca3e3b23224c536669 to your computer and use it in GitHub Desktop.
Save jmverges/76ca3e3b23224c536669 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment