Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-13 00:29:55 +00:00
parent 42219ff8ca
commit b4f14e4a22
6 changed files with 19 additions and 15 deletions

View File

@@ -13,14 +13,14 @@ source: https://github.com/tldr-pages/tldr.git
`git difftool --tool-help`
- Set the default diff tool to meld:
- Set the default diff tool to Meld:
`git config --global diff.tool "{{meld}}"`
`git config --global diff.tool "meld"`
- Use the default diff tool to show staged changes:
`git difftool --staged`
- Use a specific tool (opendiff) to show changes since a given commit:
- Use a specific tool to show changes since a given commit:
`git difftool {{[-t|--tool]}} {{opendiff}} {{commit}}`