--addworkspace <ws-name> <ws-root-directory>
-Register a workspace for bulk operations. All repositories in the diretories below <ws-root-directory> get registered under this workspace with the name <ws-name>. <ws-root-directory> must be absolute path.
+Register a workspace for bulk operations. All repositories in the directories below <ws-root-directory> get registered under this workspace with the name <ws-name>. <ws-root-directory> must be absolute path.
--removeworkspace <ws-name>
diff --git a/man/git-bulk.md b/man/git-bulk.md index 834c585..9cbb736 100644 --- a/man/git-bulk.md +++ b/man/git-bulk.md @@ -38,7 +38,7 @@ git bulk adds convenient support for operations that you want to execute on mult --addworkspace <ws-name> <ws-root-directory> - Register a workspace for bulk operations. All repositories in the diretories below <ws-root-directory> get registered under this workspace with the name <ws-name>. <ws-root-directory> must be absolute path. + Register a workspace for bulk operations. All repositories in the directories below <ws-root-directory> get registered under this workspace with the name <ws-name>. <ws-root-directory> must be absolute path. --removeworkspace <ws-name> diff --git a/man/git-ignore-io.md b/man/git-ignore-io.md index 8d0edbe..37516a5 100644 --- a/man/git-ignore-io.md +++ b/man/git-ignore-io.md @@ -52,7 +52,7 @@ $ git ignore-io vim *~ ``` -Append sample gitignore for vim and python to .gitignore in current directory. +Append sample gitignore for Vim and Python to .gitignore in current directory. ```bash $ git ignore-io -a vim python diff --git a/man/git-missing.md b/man/git-missing.md index 2ca7d5b..6f4ff65 100644 --- a/man/git-missing.md +++ b/man/git-missing.md @@ -44,8 +44,8 @@ Written by Nate Jones <