我需要将现有的 git 存储库复制到我尝试过的现有 git 存储库上的新分支
git branch new_branch
git checkout new_branch
git remote add project url/to/existing/repo
git fetch
但它不起作用,我需要保留提交历史:)
我需要将现有的 git 存储库复制到我尝试过的现有 git 存储库上的新分支
git branch new_branch
git checkout new_branch
git remote add project url/to/existing/repo
git fetch
但它不起作用,我需要保留提交历史:)