X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/efcfc29cb4b7327752231687ed4052b11532022f..2dcbc4d6ccedf064aaec330b585652900cc2c061:/doc/vcsh.1.ronn diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn index d68e886..88ebd9d 100644 --- a/doc/vcsh.1.ronn +++ b/doc/vcsh.1.ronn @@ -3,6 +3,8 @@ vcsh(1) - manage config files in $HOME via fake bare git repositories ## SYNOPSIS +`vcsh` [] + `vcsh` clone [] `vcsh` delete @@ -21,13 +23,15 @@ vcsh(1) - manage config files in $HOME via fake bare git repositories `vcsh` rename -`vcsh` run +`vcsh` run `vcsh` setup +`vcsh` which + `vcsh` write-gitignore -`vcsh` +`vcsh` `vcsh` @@ -48,7 +52,8 @@ The use of symlinks is not needed in this setup, making for a cleaner setup. vcsh. That being said, you can easily use `vcsh` without `mr` if you prefer. A sample configuration for `vcsh` and `mr` can be found at -*https://github.com/RichiH/vcsh_mr_template* +*https://github.com/RichiH/vcsh_mr_template* and used with `vcsh clone +https://github.com/RichiH/vcsh_mr_template mr`. Please note that you can always use a path instead of a name for . This is needed to support mr and other scripts properly and of no concern to @@ -56,6 +61,17 @@ an interactive user. ## OPTIONS +* -c: + Source prior to other configuration files + +* -d: + Enable debug mode + +* -v: + Enable verbose mode + +## COMMANDS + * clone: Clone an existing repository. @@ -97,11 +113,14 @@ an interactive user. * setup: Set up repository with recommended settings. +* which : + Find in name of any tracked file. + * write-gitignore: Write .gitignore.d/ via git ls-files. * : - Shortcut to run `vcsh` on a repo. Will prepend `git` to by itself. + Shortcut to run `vcsh` on a repo. Will prepend `git` to . * : Shortcut to run `vcsh enter `. @@ -154,6 +173,12 @@ You can put any and all commands into this config file and they will be executed None are known at this time, but reports and/or patches are more than welcome. +## KNOWN ISSUES + +As of this writing (June 2012), `vcsh` does not work with `git submodule` due +to limitations within `git`. Depending on when you are reading this, you might +want to consider upgrading. + ## HISTORY Like most people, the author initially made do with a single repository for all @@ -174,7 +199,7 @@ This manpage and `vcsh` itself were written by Richard "RichiH" Hartmann. Copyright 2011-2012 Richard Hartmann -Licensed under the GNU GPL version 3 or higher. +Licensed under the GNU GPL version 2 or higher. https://github.com/RichiH/vcsh