相关疑难解决方法(0)

如果这些笔记的提交被压扁,有没有办法自动合并笔记?

例如:

git commit -am "Something"
git notes append -m "Dark "
git commit -am "Something"
git notes append -m "Side"

git rebase -i
# now I squash two commits and I expect to see "Dark Side" here
# but it show that note is undefined
git notes show 
Run Code Online (Sandbox Code Playgroud)

git git-notes

7
推荐指数
1
解决办法
733
查看次数

标签 统计

git ×1

git-notes ×1