【发布时间】: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>...]
【问题讨论】: