git config

 

 

git config --global pull.rebase true //配置拉取自动变基
git config --global rebase.autoStash true //配置变基前自动存储,变基后自动pop

git rebase --continue //变基有冲突, 解决后, 继续变基

 

posted @ 2023-12-04 21:11  牧之丨  阅读(13)  评论(0编辑  收藏  举报