From 0fad3cfd03100545cc8380d17a2178e8d6b5f3e6 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Fri, 12 Mar 2021 22:46:38 +0100 Subject: [PATCH] fixed small error --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index 6f398ab..b03cf65 100644 --- a/Commands.md +++ b/Commands.md @@ -263,7 +263,7 @@ usage: git bulk [-g] ([-a]|[-w ]) ```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