将一个文件移动到另一个git repo时,应该如何保存一个文件更新日志?

时间:2019-03-03 01:26:00

标签: git

我已阅读How to move files from one git repo to another (not a clone), preserving history

我的目录:

➜  website git:(master) tree
.
├── README.md
├── sub-dir-1
│   ├── file1
│   └── file2
├── sub-dir-2
│   └── file3

我可以将sub-dir-1移至另一个仓库,并保存其git历史记录日志。

但是我想将README.md移到另一个保存git历史记录日志的仓库中,因为README.md是旧的仓库根目录文件,而不是子目录。

那我该怎么办?谢谢!

编辑:根据Splitting a set of files within a git repo into their own repository, preserving relevant history

解决

0 个答案:

没有答案