diff --git a/man/git-bulk.1 b/man/git-bulk.1 index b1dc523b..1266608c 100644 --- a/man/git-bulk.1 +++ b/man/git-bulk.1 @@ -1,104 +1,69 @@ -.\" generated with Ronn/v0.7.3 -.\" http://github.com/rtomayko/ronn/tree/0.7.3 -. -.TH "GIT\-BULK" "1" "August 2020" "" "Git Extras" -. +.\" generated with Ronn-NG/v0.9.1 +.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 +.TH "GIT\-BULK" "1" "September 2024" "" "Git Extras" .SH "NAME" \fBgit\-bulk\fR \- Run git commands on multiple repositories -. .SH "SYNOPSIS" -git bulk [\-g] ([\-a]|[\-w ]) -. +\fBgit\-bulk\fR [\-g] ([\-a]|[\-w .br -git bulk \-\-addworkspace (\-\-from ) -. +\fBgit\-bulk\fR \-\-addworkspace .br -git bulk \-\-removeworkspace -. +\fBgit\-bulk\fR \-\-removeworkspace .br -git bulk \-\-addcurrent -. +\fBgit\-bulk\fR \-\-addcurrent .br -git bulk \-\-purge -. +\fBgit\-bulk\fR \-\-purge .br -git bulk \-\-listall -. +\fBgit\-bulk\fR \-\-listall .SH "DESCRIPTION" git bulk adds convenient support for operations that you want to execute on multiple git repositories\. -. -.IP "\(bu" 4 +.IP "\[ci]" 4 simply register workspaces that contain multiple git repos in their directory structure -. -.IP "\(bu" 4 +.IP "\[ci]" 4 run any git command on the repositories of the registered workspaces in one command to \fBgit bulk\fR -. -.IP "\(bu" 4 +.IP "\[ci]" 4 use the "guarded mode" to check on each execution -. .IP "" 0 -. .SH "OPTIONS" \-a -. .P Run a git command on all workspaces and their repositories\. -. .P \-g -. .P Ask the user for confirmation on every execution\. -. .P \-w -. .P Run the git command on the specified workspace\. The workspace must be registered\. -. .P -. .P Any git Command you wish to execute on the repositories\. -. .P -\-\-addworkspace (\-\-from get registered under this workspace with the name \. must be absolute path\. -. .P -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\. -. +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\. .P \-\-removeworkspace -. .P Remove the workspace with the logical name \. -. .P \-\-addcurrent -. .P Adds the current directory as workspace to git bulk operations\. The workspace is referenced with its logical name \. -. .P git bulk \-\-purge -. .P Removes all defined repository locations\. -. .P git bulk \-\-listall -. .P List all registered repositories\. -. .SH "EXAMPLES" -. .nf - Register a workspace so that git bulk knows about it: $ git bulk \-\-addworkspace personal ~/workspaces/personal @@ -142,14 +107,10 @@ $ git bulk \-\-removeworkspace personal Remove all registered workspaces: $ git bulk \-\-purge -. .fi -. .SH "AUTHOR" Written by Niklas Schlimm <\fIns103@hotmail\.de\fR> -. .SH "REPORTING BUGS" -. .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR> diff --git a/man/git-bulk.html b/man/git-bulk.html index c805fffc..de121b14 100644 --- a/man/git-bulk.html +++ b/man/git-bulk.html @@ -1,8 +1,8 @@ - - + + git-bulk(1) - Run git commands on multiple repositories