mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 18:50:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -17,13 +17,13 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`git bulk --addworkspace {{workspace_name}} {{/absolute/path/to/repository}}`
|
||||
|
||||
- Clone a repository inside a specific directory then register the repository as a workspace:
|
||||
- Clone a repository inside a specific directory, then register the repository as a workspace:
|
||||
|
||||
`git bulk --addworkspace {{workspace_name}} {{/absolute/path/to/parent_directory}} --from {{remote_repository_location}}`
|
||||
|
||||
- Clone repositories from a newline-separated list of remote locations then register them as workspaces:
|
||||
- Clone repositories from a newline-separated list of remote locations, then register them as workspaces:
|
||||
|
||||
`git bulk --addworkspace {{workspace-name}} {{/path/to/root/directory}} --from {{/path/to/file}}`
|
||||
`git bulk --addworkspace {{workspace_name}} {{/path/to/root/directory}} --from {{/path/to/file}}`
|
||||
|
||||
- List all registered workspaces:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user