zsh提示与当前git分支一起显示> R.

时间:2016-09-01 13:48:04

标签: 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

有什么想法吗?

1 个答案:

答案 0 :(得分:3)

嗯,根据你的“截图”,它看起来像是在变基础,从而得到一个>R标记......

如果要中止rebase,请键入git rebase --abort