Created
September 26, 2014 15:52
-
-
Save infynyxx/c55278561388dc4c7663 to your computer and use it in GitHub Desktop.
Git mirror
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
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = true | |
ignorecase = true | |
precomposeunicode = false | |
[remote "origin"] | |
fetch = +refs/*:refs/* | |
mirror = true | |
url = https://code.google.com/p/guava-libraries/ | |
[remote "github"] | |
url = [email protected]:infynyxx/guava-libraries.git | |
fetch = +refs/heads/*:refs/remotes/github/* |
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
#!/bin/sh | |
git fetch origin | |
git fetch github | |
git push github --mirror |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment