mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 22:33:07 +02:00
Use "git cherry-pick" for implementing copy/paste of commits
We do this because - it's closer to what you would do on the command line - it simplifies the code a bit - it will allow us to support cherry-picking merge commits.
This commit is contained in:
@ -69,7 +69,7 @@ var CherryPickConflicts = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
SelectNextItem().
|
||||
PressPrimaryAction()
|
||||
|
||||
t.Common().ContinueOnConflictsResolved("rebase")
|
||||
t.Common().ContinueOnConflictsResolved("cherry-pick")
|
||||
|
||||
t.Views().Files().IsEmpty()
|
||||
|
||||
|
Reference in New Issue
Block a user