Direct pull from github/gitorious/gitlab/...
Closed
Direct pull from github/gitorious/gitlab/...
Created by: cpf
It would be nice to be able to pull a project into gitlab directly from github, gitorious, gitlab or another (simple) git host.
Created by: chopmann
you mean doing a "git pull git://github.com/gitlabhq/gitlabhq.git" to an existing repository in gitlab, or more like my repository is on github i want to clone it to gitlab?
By Administrator on 2012-09-07T11:09:10 (imported from GitLab project)
Created by: cpf
I was thinking about something in the likes of creating a new project, which already has code in another git repository (e.g. github), where if I push to my gitlab, it would also sync with the "parent" (If applicable, otherwise, a nice addon would be to put down a pull request, but that's not for this issue)
So, workflow: Create new project -> name project -> Define alternative (origin) git repository -> Still provide the usual local repository stuff. After that, the project is created, the gitlabs repo is also created, and populated automagically with the github version.
By Administrator on 2012-09-07T11:52:14 (imported from GitLab project)
Created by: chopmann
I made a rake task As in your workflow, well is a "tiny bit" complex with all the gui stuff, but ill try to work on it. the usage is: bundle exec rake environment import_repository[source_url,user@emal] RAILS_ENV=production
By Administrator on 2012-09-07T14:09:24 (imported from GitLab project)
Created by: mexgui
I need direct pull to gihub form local files on pc similar to BATCHing. All suggestions is to install some cygwin or similar program just to use pulling... I don't want that. I downloaded the library, I edited it and I want to upload my zip directly from github to greate pull request.
By Administrator on 2014-03-28T05:53:50 (imported from GitLab project)