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
Copy file name to clipboardExpand all lines: pkg/gui/modes/cherrypicking/cherry_picking.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ import (
9
9
typeCherryPickingstruct {
10
10
CherryPickedCommits []*models.Commit
11
11
12
-
// we only allow cherry picking from one context at a time, so you can't copy a commit from the local commits context and then also copy a commit in the reflog context
12
+
// we only allow cherry picking from one context at a time, so you can't copy a commit from
13
+
// the local commits context and then also copy a commit in the reflog context
0 commit comments