mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Fix pattern in commitPrefix example
This commit is contained in:
parent
50dd7b00c3
commit
9df133ed8c
|
|
@ -328,7 +328,7 @@ Example:
|
|||
git:
|
||||
commitPrefixes:
|
||||
my_project: # This is repository folder name
|
||||
pattern: "^\\w+\\/(\\w+-\\w+)"
|
||||
pattern: "^\\w+\\/(\\w+-\\w+).*"
|
||||
replace: "[$1] "
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue