Git rebase command is disabled

已回答

I have a normal git working directory (as far as I know at least), but the rebase command is constantly disabled.  If I have branch "work" checked out and I right click on "develop", "Rebase current branch onto develop" is grayed out.  A rebase is like this is legitimate and works if I do it from the command line.  Why is it disabled in CLion?

0

Rebase is greyed out for protected branches. Is the branch you are trying to rebase on protected? 

You can check that on File | Settings | Version Control | Git in the protected branches field. 

1

请先登录再写评论。