summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/rebase_to_upstream.go
AgeCommit message (Collapse)Author
2024-05-19Rename PushBranch to PushBranchAndSetUpstreamStefan Haller
It is unexpected that a function called PushBranch also sets the upstream branch; also, we want to add a PushBranch function in the next commit that doesn't.
2024-01-14Use ErrorToast instead of error panel when invoking a disabled commandStefan Haller
2023-09-24feat: add a menu to rebase current branch to a target branch upstreamAzraelSec