Skip to content

Commit 669c918

Browse files
isaacmIsaac Mungai
authored andcommitted
Fix typos, remove trailing whitespace
1 parent 12cd938 commit 669c918

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

man/git-bulk.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "GIT\-BULK" "1" "March 2017" "" "Git Extras"
4+
.TH "GIT\-BULK" "1" "July 2017" "" "Git Extras"
55
.
66
.SH "NAME"
77
\fBgit\-bulk\fR \- Run git commands on multiple repositories
@@ -10,7 +10,7 @@
1010
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
1111
.
1212
.SH "DESCRIPTION"
13-
git bulk adds convenien support for operations that you want to execute on multiple git repositories\.
13+
git bulk adds convenient support for operations that you want to execute on multiple git repositories\.
1414
.
1515
.IP "\(bu" 4
1616
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:
101101

102102
$ git bulk \-w personal fetch
103103

104-
Run a git command but ask user for confirmation on every execution (guarded mode):
104+
Run a git command but ask the user for confirmation on every execution (guarded mode):
105105

106106
$ git bulk \-g fetch
107107

man/git-bulk.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-bulk.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ usage: usage: git bulk [-g] ([-a]|[-w &lt;ws-name&gt;]) &lt;git command&gt;
1212

1313
## DESCRIPTION
1414

15-
git bulk adds convenien support for operations that you want to execute on multiple git repositories.
15+
git bulk adds convenient support for operations that you want to execute on multiple git repositories.
1616

1717
- simply register workspaces that contain multiple git repos in their directory structure
1818
- 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
2424

2525
Run a git command on all workspaces and their repositories.
2626

27-
-g
27+
-g
2828

2929
Ask the user for confirmation on every execution.
3030

@@ -59,35 +59,35 @@ git bulk adds convenien support for operations that you want to execute on multi
5959
## EXAMPLES
6060

6161
Register a workspace so that git bulk knows about it:
62-
62+
6363
$ git bulk --addworkspace personal ~/workspaces/personal
64-
64+
6565
Register the current directory as a workspace to git bulk:
66-
66+
6767
$ git bulk --addcurrent personal
68-
68+
6969
List all registered workspaces:
70-
70+
7171
$ git bulk --listall
72-
72+
7373
Run a git command on the repositories of the current workspace:
74-
74+
7575
$ git bulk fetch
7676

7777
Run a git command on the specified workspace and its repositories:
7878

7979
$ git bulk -w personal fetch
80-
81-
Run a git command but ask user for confirmation on every execution (guarded mode):
82-
80+
81+
Run a git command but ask the user for confirmation on every execution (guarded mode):
82+
8383
$ git bulk -g fetch
84-
84+
8585
Remove a registered workspace:
86-
86+
8787
$ git bulk --removeworkspace personal
8888

8989
Remove all registered workspaces:
90-
90+
9191
$ git bulk --purge
9292

9393
## AUTHOR

0 commit comments

Comments
 (0)