I have some repos cloned from http://drupal.org/project/ For work behind firewall, I want to import these cloned project to my local git server. How can I do that?

link|improve this question
What do you mean by importing? – slubman May 6 '11 at 3:58
When use import I mean: each project which I cloned from Drupal will be available in my git server. – olragon May 6 '11 at 4:07
feedback

1 Answer

up vote 0 down vote accepted

Each cloned repository can be used as a server.

If I correctly understand your needs, you just have to push to your own server from the checkout.

You can be interrested in some of the git push command like --all

So a command like git push --all <url of your repository>

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.