1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
lazygit/pkg/integration/tests/cherry_pick
Stefan Haller a642395e9f Allow cherry-picking commits during a rebase
This can be useful when you know that a cherry-picked commit would conflict at
the tip of your branch, but doesn't at the beginning of the branch (or
somewhere in the middle). In that case you want to be able to edit the commit
before where you want to insert the cherry-picked commits, and then paste to
insert them into the todo list at that point.
2023-09-18 10:50:19 +02:00
..
cherry_pick_conflicts.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
cherry_pick_during_rebase.go Allow cherry-picking commits during a rebase 2023-09-18 10:50:19 +02:00
cherry_pick.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00