Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-29 00:19:35 +00:00
parent 241ab8e29f
commit d47b8df328
13 changed files with 130 additions and 11 deletions

View File

@@ -36,6 +36,6 @@ source: https://github.com/tldr-pages/tldr.git
`git diff {{branch_1}}..{{branch_2}} {{path/to/file}}`
- Compare different files from the current branch to other branch:
- Compare different files from the current branch to another branch:
`git diff {{branch}}:{{path/to/file2}} {{path/to/file}}`
`git diff {{other_branch}}:{{path/to/file2}} {{path/to/file1}}`