Skip to content
Snippets Groups Projects
Commit 6345c7ee authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Update static manpage

parent ddec88d1
No related branches found
Tags v1.20130723-homebrew
No related merge requests found
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "VCSH" "1" "May 2013" "" ""
.TH "VCSH" "1" "July 2013" "" ""
.
.SH "NAME"
\fBvcsh\fR \- manage config files in $HOME via fake bare Git repositories
\fBvcsh\fR \- Version Control System for $HOME \- multiple Git repositories in $HOME
.
.SH "SYNOPSIS"
\fBvcsh\fR [\fIoptions\fR] \fIcommand\fR
......@@ -34,6 +34,12 @@
\fBvcsh\fR list\-tracked\-by \fIrepo\fR
.
.P
\fBvcsh\fR pull
.
.P
\fBvcsh\fR push
.
.P
\fBvcsh\fR rename \fIrepo\fR \fInewname\fR
.
.P
......@@ -95,6 +101,9 @@ Enable verbose mode
clone
Clone an existing repository\.
.
.IP
If you need to clone a bundle of repositories, look into the \fBpost\-clone\-retired\fR hook\.
.
.TP
delete
Delete an existing repository\.
......@@ -124,6 +133,14 @@ list\-tracked\-by
List files tracked by a repository\.
.
.TP
pull
Pull from all vcsh remotes\.
.
.TP
push
Push to all vcsh remotes\.
.
.TP
rename
Rename a repository\.
.
......@@ -186,15 +203,18 @@ Interesting knobs you can turn:
.
.TP
\fI$VCSH_GITIGNORE\fR
Can be either \fIexact\fR or \fIrecursive\fR\.
Can be \fIexact\fR, \fIrecursive\fR, or \fInone\fR\.
.
.IP
\fIexact\fR will seed the repo\-specific <\.gitignore> with all file and directory names which \fBgit ls\-files\fR returns\.
\fIexact\fR will seed the repo\-specific ignore file with all file and directory names which \fBgit ls\-files\fR returns\.
.
.IP
\fIrecursive\fR will descend through all directories recursively additionally to the above\.
.
.IP
\fInone\fR will not write any ignore file\.
.
.IP
Defaults to \fIexact\fR\.
.
.P
......@@ -278,7 +298,7 @@ vcsh was initally written by madduck\. This version is a re\-implementation from
This manpage and \fBvcsh\fR itself were written by Richard "RichiH" Hartmann\.
.
.SH "COPYRIGHT"
Copyright 2011\-2012 Richard Hartmann \fIrichih\.mailinglist@gmail\.com\fR
Copyright 2011\-2013 Richard Hartmann \fIrichih\.mailinglist@gmail\.com\fR
.
.P
Licensed under the GNU GPL version 2 or higher\.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment