We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68b2e1 commit f6a3694Copy full SHA for f6a3694
1 file changed
apps/lite/ui/src/operations/operation.ts
@@ -452,7 +452,7 @@ export const moveOperation = ({
452
const branchMoveOperation = Match.value({ source, target, side }).pipe(
453
// This should support `relativeTo`:
454
// https://linear.app/gitbutler/issue/GB-1161/refsbranches-should-use-bytes-instead-of-strings
455
- // https://linear.app/gitbutler/issue/GB-1199/support-moving-branches-onto-commits
+ // https://linear.app/gitbutler/issue/GB-1199/support-moving-branches-relative-to-commits
456
// https://linear.app/gitbutler/issue/GB-1232/support-moving-branch-before-another-branch
457
Match.when(
458
{
0 commit comments