+\fBvcsh\fR \- manage config files in $HOME via fake bare git repositories
...
...
@@ -64,6 +64,9 @@ Index: vcsh/vcsh.1
+\fBvcsh\fR setup \fIrepo\fR
+.
+.P
+\fBvcsh\fR which \fIsubstring\fR
+.
+.P
+\fBvcsh\fR write\-gitignore \fIrepo\fR
+.
+.P
...
...
@@ -85,7 +88,7 @@ Index: vcsh/vcsh.1
+\fBvcsh\fR was designed with \fBmr\fR(1) in mind so you might want to install it alongside vcsh\. That being said, you can easily use \fBvcsh\fR without \fBmr\fR if you prefer\.
+.
+.P
+A sample configuration for \fBvcsh\fR and \fBmr\fR can be found at \fIhttps://github\.com/RichiH/vcsh_mr_template\fR
+A sample configuration for \fBvcsh\fR and \fBmr\fR can be found at \fIhttps://github\.com/RichiH/vcsh_mr_template\fR and used with \fBvcsh clone https://github\.com/RichiH/vcsh_mr_template mr\fR\.
+.
+.P
+Please note that you can always use a path instead of a name for \fIrepo\fR\. This is needed to support mr and other scripts properly and of no concern to an interactive user\.
...
...
@@ -140,12 +143,16 @@ Index: vcsh/vcsh.1
+Set up repository with recommended settings\.
+.
+.TP
+which \fIsubstring\fR
+Find \fIsubstring\fR in name of any tracked file\.
+.
+.TP
+write\-gitignore
+Write \.gitignore\.d/\fIrepo\fR via git ls\-files\.
+.
+.TP
+\fIrepo\fR \fIgitcommand\fR
+Shortcut to run \fBvcsh\fR on a repo\. Will prepend \fBgit\fR to \fIcommand\fR by itself\.
+Shortcut to run \fBvcsh\fR on a repo\. Will prepend \fBgit\fR to \fIcommand\fR\.