1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

Allow setting a default name when creating new branches

This commit is contained in:
Elliot Cubit
2024-04-09 15:41:26 -04:00
committed by Jesse Duffield
parent 436240bbeb
commit 5959f7bc8e
6 changed files with 63 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ var tests = []*components.IntegrationTest{
commit.History,
commit.HistoryComplex,
commit.NewBranch,
commit.NewBranchWithPrefix,
commit.PasteCommitMessage,
commit.PasteCommitMessageOverExisting,
commit.PreserveCommitMessage,