mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 11:53:28 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,15 +18,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Launch the merge tool identified by a name:
|
||||
|
||||
`git mergetool --tool {{tool_name}}`
|
||||
`git mergetool {{[-t|--tool]}} {{tool_name}}`
|
||||
|
||||
- Don't prompt before each invocation of the merge tool:
|
||||
|
||||
`git mergetool --no-prompt`
|
||||
`git mergetool {{[-y|--no-prompt]}}`
|
||||
|
||||
- Explicitly use the GUI merge tool (see the `merge.guitool` configuration variable):
|
||||
|
||||
`git mergetool --gui`
|
||||
`git mergetool {{[-g|--gui]}}`
|
||||
|
||||
- Explicitly use the regular merge tool (see the `merge.tool` configuration variable):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user