git rebasing怎么解决

2025-06-20 11:58:26
推荐回答(1个)
回答1:

如果文件冲突已经解决,将文件add进暂存区,之后
git rebase --continue
如果想放弃当前操作
git rebase --abort