【发布时间】:2015-06-25 09:14:28
【问题描述】:
是否可以在交互模式下运行命令git pull --rebase(如git rebase -i)?
【问题讨论】:
-
注意:git 2.8(2016 年 3 月)将允许
git pull --rebase=interactive command。我已经编辑了my answer below -
使用 Git 2.19(2018 年第三季度),将是
git pull --rebase=i
标签: git