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