Merge pull request #910 from 0xflotus/patch-1

docs: fix typo
This commit is contained in:
罗泽轩 2021-03-13 21:50:37 +08:00 committed by GitHub
commit d7b527c1ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,7 +263,7 @@ usage: git bulk [-g] ([-a]|[-w <ws-name>]) <git command>
```bash
$ git bulk --addworkspace personal ~/workspaces/personal
```
With option `--from` the URL to a single repository or a file containing multiple URLs can be added and they will be cloned diretly into the workspace. Suitable for the initial setup of a multi-repo project.
With option `--from` the URL to a single repository or a file containing multiple URLs can be added and they will be cloned directly into the workspace. Suitable for the initial setup of a multi-repo project.
```bash
$ git bulk --addworkspace projectX ~/workspaces/projectx --from https://github.com/x/project-x.git