mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 21:53:38 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/git
4
tldr/git
@@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display help:
|
||||
|
||||
`git --help`
|
||||
`git {{[-h|--help]}}`
|
||||
|
||||
- Display help for a specific subcommand (like `clone`, `add`, `push`, `log`, etc.):
|
||||
|
||||
@@ -31,4 +31,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display version:
|
||||
|
||||
`git --version`
|
||||
`git {{[-v|--version]}}`
|
||||
|
||||
Reference in New Issue
Block a user