mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 19:51:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user