views:

476

answers:

1

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?

  1. Clone the repository from gitorious
  2. Create a new repository on github
  3. 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
I was originally thinking of going from gitorious straight to github but I guess pulling it in locally then pushing is fine.
Jauder Ho