git fast-export
以下を使用して、一連のコミット (ブランチ) をエクスポートしました。
$ git fast-export master...zzz-utumno-refactoring_master > my_original_utumno_r\
efactoring_master_branch_before_rebases
今、私はそれを再インポートしようとしています。私が得た最も近いものは次のとおりです。
$ cat my_original_utumno_refactoring_master_branch_before_rebases | git fast-im\
port
fatal: Branch name doesn't conform to GIT standards: master...zzz-utumno-refacto
ring_master
fast-import: dumping crash report to .git/fast_import_crash_4268
編集:また試しました:
$ git fast-import < my_original_utumno_refactoring_master_branch_before_rebases
fatal: Branch name doesn't conform to GIT standards: master...zzz-utumno-refacto
ring_master
fast-import: dumping crash report to .git/fast_import_crash_4720
git-fast-import からは何の手がかりも得られません。どうすればよいですか?
私がよく理解できなかったいくつかのリンク: