You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebase open PRs for all remotes (including origin) originating from origin remote
Redefine rebase process to work also across remotes (pull request from origin remote to upstream remote)
Redefine safe PRs:
if head branch is checked out locally, it is equal to remote tracking branch; otherwise head branch is safe to check out locally
if base branch is checked out locally, it is equal to remote tracking branch; otherwise base branch is safe; or use base branch exactly from remote, but be careful when rebasing a branch.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: