mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
When a rebase (or multi-commit cherry-pick or revert) stops with a conflict, it is often useful to look at the diff of the "<-- CONFLICT" commit to double-check that the conflict resolution matches the diff of the original commit. To make that easier, select that commit automatically. |
||
|---|---|---|
| .. | ||
| cherry_pick.go | ||
| cherry_pick_commit_that_becomes_empty.go | ||
| cherry_pick_conflicts.go | ||
| cherry_pick_conflicts_empty_commit_after_resolving.go | ||
| cherry_pick_during_rebase.go | ||
| cherry_pick_merge.go | ||
| cherry_pick_range.go | ||
| cherry_pick_range_after_paste.go | ||