Last active
December 18, 2015 12:38
-
-
Save jarib/5783764 to your computer and use it in GitHub Desktop.
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
# 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