Skip to main content

rebase_in_progress

Function rebase_in_progress 

Source
pub fn rebase_in_progress() -> bool
Expand description

Whether a rebase is actually paused in this worktree. Distinguishes a real conflict from git-stk merely having left state on file - git refuses to rebase a branch another worktree holds, which fails the run without ever starting a rebase to continue or abort.