Has anyone tried or figured out how to import a gitorious repo into github? I already use github and wanted to see if there was a way to pull from a gitorious repo that I wanted to follow into github.
+11
A:
How would this be different from the normal method of creating a repository on Github?
- Clone the repository from gitorious
- Create a new repository on github
- Push the repository up to github
Github doesn't care where the repository came from in the first place, it just accepts whatever you push up to it.
Greg Hewgill
2009-07-01 02:40:33
I was originally thinking of going from gitorious straight to github but I guess pulling it in locally then pushing is fine.
Jauder Ho
2009-07-01 04:20:22