SORU
7 NİSAN 2014, PAZARTESİ


Nasıl bitbucket tüm şubeleri ile git deposu github geçmek için?

Bitbucket tüm şubeleri ile git deposu ve tam tarih github gitmek için en iyi yolu nedir? Bir komut ya da komutların bir listesi var mı?

CEVAP
7 NİSAN 2014, PAZARTESİ


GitHub sayfasına başvurabilirsiniz "Duplicating a repository"

Kullanır:

Onu verecek:

git clone --mirror https://bitbucket.org/exampleuser/repository-to-mirror.git
# Make a bare mirrored clone of the repository

cd repository-to-mirror.git
git remote set-url --push origin https://github.com/exampleuser/mirrored
# Set the push location to your mirror

git push --mirror

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Attempts at least

    Attempts at

    1 Ocak 2007
  • Mismag822 - The Card Trick Teacher

    Mismag822 -

    18 EKİM 2008
  • sebsebdouze

    sebsebdouze

    7 ŞUBAT 2008