|
@@ -12,13 +12,13 @@
|
|
|
|
|
|
`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:
|
|
|
|