Git rebase command is disabled
Answered
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?
Please sign in to leave a comment.
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.