mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Updated Custom Commands Compendium (markdown)
parent
1b264c2050
commit
72138690fe
|
|
@ -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…
Reference in a new issue