是否有解决 git 的笔记分支(git-notes)中的合并冲突的最佳方法。做一个通常的做法
git pull --rebase origin refs/notes/commits:refs/notes/commits
不起作用。我尝试的方法是
git checkout refs/notes/commits
git fetch origin refs/notes/commits:refs/notes/origin/commits
git merge FETCH_HEAD
git update-ref refs/notes/commits
但它会产生合并冲突并破坏历史。请帮忙。立即提供帮助将不胜感激。谢谢