1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-05-22 10:15:43 +02:00

Show an error when checking out a file would overwrite local modifications

This commit is contained in:
Stefan Haller
2026-01-01 11:36:05 +01:00
parent d34266d5e6
commit 3ccd33b388
5 changed files with 68 additions and 0 deletions
+1
View File
@@ -107,6 +107,7 @@ var tests = []*components.IntegrationTest{
commit.Checkout,
commit.CheckoutFileFromCommit,
commit.CheckoutFileFromRangeSelectionOfCommits,
commit.CheckoutFileWithLocalModifications,
commit.Commit,
commit.CommitMultiline,
commit.CommitSkipHooks,