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

  • Random Act of Kindness Video Contest

    Random Act o

    18 EYLÜL 2012
  • Ludique

    Ludique

    21 NİSAN 2009
  • TimMinchinLive

    TimMinchinLi

    23 ŞUBAT 2009