2015-01-22 2 views
1

전자 메일 첨부 파일로 git 번들 파일 또는 (file.bundle)을 받았습니다. 나는하여 열어 :git 번들 파일을 번들링하는 방법

git init 
    git pull file.bundle master 

이메일이 다시 자식 번들에 넣어 번들하기 위해 말했지만 터미널에서 나는이 얻을 :

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>...] 

답변

1

git bundle create file.bundle --branches master

시도
관련 문제