logo
  • 教程列表
  • SO官方文檔
  • 繫結
    • 在本地計算機上建立 git 包並在另一臺計算機上使用它
  1. StackOverflow 文件
  2. Git 教程
  3. 繫結

繫結

Created: November-22, 2018

完成這項工作的關鍵是首先克隆從 repo 歷史開始的包:

 git bundle create initial.bundle master
 git tag -f some_previous_tag master  # so the whole repo does not have to go each time

將該初始包新增到遠端計算機; 和

 git clone -b master initial.bundle remote_repo_name
  • 在本地計算機上建立 git 包並在另一臺計算機上使用它

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明