Update cheatsheets

This commit is contained in:
ivuorinen
2024-04-27 00:13:29 +00:00
parent 0b47930bfa
commit eaff91cc51
3 changed files with 39 additions and 5 deletions

View File

@@ -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: