mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 18:46:12 +00:00
Update cheatsheets
This commit is contained in:
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Clone a local repository:
|
||||
|
||||
`git clone {{[-l|--local]}} {{path/to/local/repository}}`
|
||||
`git clone {{[-l|--local]}} {{path/to/local_repository}}`
|
||||
|
||||
- Clone quietly:
|
||||
|
||||
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Clone an existing repository only fetching the 10 most recent commits on the default branch (useful to save time):
|
||||
|
||||
`git clone --depth {{10}} {{remote_repository_location}}`
|
||||
`git clone --depth 10 {{remote_repository_location}}`
|
||||
|
||||
- Clone an existing repository only fetching a specific branch:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user