zsh 提示符在当前 git 分支旁边显示 >R

moh*_*abk 4 git zsh

我使用zsh并且最近开始看到这个而master >R不仅仅是master.

下面的 git 状态;

On branch master
Your branch is up-to-date with 'upstream/master'.
Last command done (1 command done):
   edit d36ecbb cfn II
No commands remaining.
You are currently editing a commit while rebasing branch 'DEV-87' on '7b06369'.
  (use "git commit --amend" to amend the current commit)
  (use "git rebase --continue" once you are satisfied with your changes)

nothing to commit, working directory clean
Run Code Online (Sandbox Code Playgroud)

有任何想法吗?

Ano*_*noE 7

好吧,根据你的“屏幕截图”,看起来你正在重新定位,从而得到一个>R标记......

如果您想中止变基,请输入git rebase --abort