hashar added a comment.

  In T332953#8819607 <https://phabricator.wikimedia.org/T332953#8819607>, 
@Michaelcochez wrote:
  
  > We do our development on github. Does it make more sense to restart with a 
new repository on gitlab to mirror that, or better to migrate?
  
  You must do a mirroring, else you would loose the development history from 
the original repository on GitHub. Something like:
  
    git clone --mirror https://github.com/wikimedia/<your_repo>
    cd <your_repo>
    git add gitlab https://gitlab.wikimedia.org/repos/<path_to_repo.git>
    git remote set-url --push gitlab 
g...@gitlab.wikimedia.org:repos/<path_to_repo.git>
    git push --mirror gitlab
  
  Note: that creates a bare repository, there is no workspace files.
  
  With that Gitlab fork you can create a new branch and work on the Pipeline 
integration there. Once ready for the switch, you would:
  
  - resync the repositories (`git fetch --mirror origin; git push --mirror 
gitlab)
  - in a local check out merge the branch having the Gitlab adjustements  and 
merge that in the HEAD branch to catch up with changes made to the "upstream" 
GitHub repository.

TASK DETAIL
  https://phabricator.wikimedia.org/T332953

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hashar
Cc: hashar, BPirkle, Tgr, Eevans, Seddon, MSantos, kevinbazira, odimitrijevic, 
BTullis, Ottomata, calbon, fgiunchedi, WMDE-leszek, fkaelin, ItamarWMDE, 
elukey, KartikMistry, santhosh, Martaannaj, sbassett, bking, bd808, Ladsgroup, 
Krinkle, Legoktm, tstarling, Physikerwelt, dcausse, Jdrewniak, taavi, hnowlan, 
Michaelcochez, cjming, Jdforrester-WMF, dduvall, Aklapper, thcipriani, 
Bellucii32, Themindcoder, Stevemunene, Adamm71, Jersione, Itsmeduncan, 
Hellket777, Cleo_Lemoisson, Brielikethecheese, LisafBia6531, JArguello-WMF, 
Astuthiodit_1, Atieno, 786, EChetty, TheReadOnly, Biggs657, karapayneWMDE, 
toberto, joanna_borun, Simonmaignan, Invadibot, DAbad, MPhamWMF, Devnull, 
maantietaja, Juan90264, Muchiri124, Confetti68, Anerka, Alter-paule, Beast1978, 
CBogen, Un1tY, Nintendofan885, Akuckartz, Otr500, Hook696, WDoranWMF, Ddurigon, 
MJL, Kent7301, brennen, Mateo1977, EvanProdromou, joker88john, Legado_Shulgin, 
ReaperDawn, CucyNoiD, Nandana, NebulousIris, Namenlos314, aezell, 
skpuneethumar, Gaboe420, Zylc, Giuliamocci, Davinaclare77, Abdeaitali, 
Cpaulf30, 1978Gage2001, Techguru.pc, Lahi, Operator873, Gq86, Af420, Xinbenlv, 
Vacio, Sharvaniharan, Bsandipan, scblr, Xover, GoranSMilovanovic, SPoore, 
TBolliger, Chicocvenancio, Hfbn0, QZanden, EBjune, Tbscho, Taquo, LawExplorer, 
catalandres, Eginhard, Lewizho99, Zppix, JJMC89, Maathavan, TerraCodes, DDJJ, 
_jensen, rosalieper, Agabi10, PEarleyWMF, Neuronton, RuyP, Liudvikas, 
Scott_WUaS, Pchelolo, Karthik_sripal, Izno, Wong128hk, Luke081515, Bsadowski1, 
Niharika, Wikidata-bugs, Jitrixis, aude, Bawolff, Dbrant, Dinoguy1000, 
Gryllida, Lydia_Pintscher, faidon, Grunny, ssastry, scfc, Alchimista, Arlolra, 
csteipp, Mbch331, Jay8g, Krenair
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to