mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Typos again
This commit is contained in:
parent
fe39ac8af2
commit
759b3841b8
|
|
@ -51,7 +51,7 @@ Any git Command you wish to execute on the repositories\.
|
|||
\-\-addworkspace <ws\-name> <ws\-root\-directory>
|
||||
.
|
||||
.P
|
||||
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 absultue path\.
|
||||
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\.
|
||||
.
|
||||
.P
|
||||
\-\-removeworkspace <ws\-name>
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
|
||||
<p> --addworkspace <ws-name> <ws-root-directory></p>
|
||||
|
||||
<p> 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 absultue path.</p>
|
||||
<p> 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.</p>
|
||||
|
||||
<p> --removeworkspace <ws-name></p>
|
||||
|
||||
|
|
@ -169,7 +169,7 @@ $ git bulk --purge
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Niklas Schlimm <<a href="mailto:ns103@hotmail.de" data-bare-link="true">ns103@hotmail.de</a>></p>
|
||||
<p>Written by Niklas Schlimm <<a href="mailto:ns103@hotmail.de" data-bare-link="true">ns103@hotmail.de</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ git bulk adds convenien support for operations that you want to execute on multi
|
|||
|
||||
--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 absultue path.
|
||||
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.
|
||||
|
||||
--removeworkspace <ws-name>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue