mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
Updated Custom Commands Compendium (markdown)
parent
1b264c2050
commit
72138690fe
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Does not work with renamed files though.
|
|||
```yml
|
||||
customCommands:
|
||||
- key: 'f'
|
||||
command: "git difftool {{.SelectedLocalCommit.Sha}} -- {{.SelectedCommitFile.Name}}"
|
||||
command: "git difftool -y {{.SelectedLocalCommit.Sha}} -- {{.SelectedCommitFile.Name}}"
|
||||
context: 'commitFiles'
|
||||
description: 'Compare (difftool) with local copy'
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue