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?
Asked
Active
Viewed 104 times
0
-
What do you mean by importing? – slubman May 06 '11 at 03:58
-
When use import I mean: each project which I cloned from Drupal will be available in my git server. – olragon May 06 '11 at 04:07
1 Answers
0
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>

slubman
- 2,277
- 16
- 12