Skip to content

Instantly share code, notes, and snippets.

@jarib
Last active December 18, 2015 12:38
Show Gist options
  • Save jarib/5783764 to your computer and use it in GitHub Desktop.
Save jarib/5783764 to your computer and use it in GitHub Desktop.
# setup clone with --mirror (once)
git clone --mirror https://code.google.com/p/selenium/ selenium
cd selenium
git remote add gh [email protected]:SeleniumHQ/selenium.git
# update with fetch instead of pull
git fetch
git push --mirror gh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment