我收到了一个git捆绑文件或(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>...]
答案 0 :(得分:1)
尝试git bundle create file.bundle --branches master