标签: git repository git-repo
我创建了一个新的git存储库,并希望将一些分支迁移到该库。 但是我不想迁移提交历史记录。 我所做的:
git remote set-url origin XXXXX to switch to the new repo.
我想将其推送到新的仓库,但我不希望这些提交历史记录。 我该怎么办?
谢谢!