【问题标题】:how to bundle back up a git bundle file如何捆绑备份 git bundle 文件
【发布时间】:2015-01-22 00:52:58
【问题描述】:

我收到了一个 git bundle 文件或(file.bundle)作为电子邮件附件。我通过以下方式打开它:

  git init
  git pull file.bundle master

电子邮件说为了将其捆绑回 git bundle 但在终端中我得到了这个:

usage: git bundle create <file> <git-rev-list args>
 or: git bundle verify <file>
 or: git bundle list-heads <file> [<refname>...]
 or: git bundle unbundle <file> [<refname>...]

【问题讨论】:

    标签: git terminal


    【解决方案1】:

    试试git bundle create file.bundle --branches master

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-02-14
      • 1970-01-01
      • 2011-10-05
      • 2015-05-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多