mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 19:51:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`git show {{commit|tag|branch}}`
|
||||
|
||||
- Show only the list of added, renamed or deleted files:
|
||||
- Show only the list of added, renamed, or deleted files:
|
||||
|
||||
`git show --summary {{commit}}`
|
||||
|
||||
@@ -36,6 +36,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`git show --name-only {{commit}}`
|
||||
|
||||
- Show the contents of a file as it was at a given revision (e.g. branch, tag or commit):
|
||||
- Show the contents of a file as it was at a given revision (e.g. branch, tag, or commit):
|
||||
|
||||
`git show {{revision}}:{{path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user