mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-13 05:15:53 +02:00
Add commitPrefix for defining a prefix for any project
This commit is contained in:
parent
af0897f18f
commit
01ff18dd92
7 changed files with 86 additions and 4 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
var CommitWithPrefix = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Description: "Commit with defined config commitPrefix",
|
||||
Description: "Commit with defined config commitPrefixes",
|
||||
ExtraCmdArgs: []string{},
|
||||
Skip: false,
|
||||
SetupConfig: func(testConfig *config.AppConfig) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue