mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix typos, remove trailing whitespace
This commit is contained in:
parent
12cd938db3
commit
669c9180b4
|
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-BULK" "1" "March 2017" "" "Git Extras"
|
||||
.TH "GIT\-BULK" "1" "July 2017" "" "Git Extras"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-bulk\fR \- Run git commands on multiple repositories
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
usage: usage: git bulk [\-g] ([\-a]|[\-w <ws\-name>]) <git command> git bulk \-\-addworkspace <ws\-name> <ws\-root\-directory> git bulk \-\-removeworkspace <ws\-name> git bulk \-\-addcurrent <ws\-name> git bulk \-\-purge git bulk \-\-listall
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
git bulk adds convenien support for operations that you want to execute on multiple git repositories\.
|
||||
git bulk adds convenient support for operations that you want to execute on multiple git repositories\.
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
simply register workspaces that contain multiple git repos in their directory structure
|
||||
|
|
@ -101,7 +101,7 @@ Run a git command on the specified workspace and its repositories:
|
|||
|
||||
$ git bulk \-w personal fetch
|
||||
|
||||
Run a git command but ask user for confirmation on every execution (guarded mode):
|
||||
Run a git command but ask the user for confirmation on every execution (guarded mode):
|
||||
|
||||
$ git bulk \-g fetch
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<p>git bulk adds convenien support for operations that you want to execute on multiple git repositories.</p>
|
||||
<p>git bulk adds convenient support for operations that you want to execute on multiple git repositories.</p>
|
||||
|
||||
<ul>
|
||||
<li>simply register workspaces that contain multiple git repos in their directory structure</li>
|
||||
|
|
@ -154,7 +154,7 @@ Run a git command on the specified workspace and its repositories:
|
|||
|
||||
$ git bulk -w personal fetch
|
||||
|
||||
Run a git command but ask user for confirmation on every execution (guarded mode):
|
||||
Run a git command but ask the user for confirmation on every execution (guarded mode):
|
||||
|
||||
$ git bulk -g fetch
|
||||
|
||||
|
|
@ -182,7 +182,7 @@ $ git bulk --purge
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>March 2017</li>
|
||||
<li class='tc'>July 2017</li>
|
||||
<li class='tr'>git-bulk(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ usage: usage: git bulk [-g] ([-a]|[-w <ws-name>]) <git command>
|
|||
|
||||
## DESCRIPTION
|
||||
|
||||
git bulk adds convenien support for operations that you want to execute on multiple git repositories.
|
||||
git bulk adds convenient support for operations that you want to execute on multiple git repositories.
|
||||
|
||||
- simply register workspaces that contain multiple git repos in their directory structure
|
||||
- run any git command on the repositories of the registered workspaces in one command to `git bulk`
|
||||
|
|
@ -24,7 +24,7 @@ git bulk adds convenien support for operations that you want to execute on multi
|
|||
|
||||
Run a git command on all workspaces and their repositories.
|
||||
|
||||
-g
|
||||
-g
|
||||
|
||||
Ask the user for confirmation on every execution.
|
||||
|
||||
|
|
@ -59,35 +59,35 @@ git bulk adds convenien support for operations that you want to execute on multi
|
|||
## EXAMPLES
|
||||
|
||||
Register a workspace so that git bulk knows about it:
|
||||
|
||||
|
||||
$ git bulk --addworkspace personal ~/workspaces/personal
|
||||
|
||||
|
||||
Register the current directory as a workspace to git bulk:
|
||||
|
||||
|
||||
$ git bulk --addcurrent personal
|
||||
|
||||
|
||||
List all registered workspaces:
|
||||
|
||||
|
||||
$ git bulk --listall
|
||||
|
||||
|
||||
Run a git command on the repositories of the current workspace:
|
||||
|
||||
|
||||
$ git bulk fetch
|
||||
|
||||
Run a git command on the specified workspace and its repositories:
|
||||
|
||||
$ git bulk -w personal fetch
|
||||
|
||||
Run a git command but ask user for confirmation on every execution (guarded mode):
|
||||
|
||||
|
||||
Run a git command but ask the user for confirmation on every execution (guarded mode):
|
||||
|
||||
$ git bulk -g fetch
|
||||
|
||||
|
||||
Remove a registered workspace:
|
||||
|
||||
|
||||
$ git bulk --removeworkspace personal
|
||||
|
||||
Remove all registered workspaces:
|
||||
|
||||
|
||||
$ git bulk --purge
|
||||
|
||||
## AUTHOR
|
||||
|
|
|
|||
Loading…
Reference in a new issue