X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/d271ecd02b0c3fa8548c588f7e441f76a77420dc..5c2fca9c11b587c2c34ca52f65872056aa9c1b74:/doc/vcsh.1.ronn diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn index 5081044..3ee97a4 100644 --- a/doc/vcsh.1.ronn +++ b/doc/vcsh.1.ronn @@ -5,9 +5,13 @@ vcsh(1) - manage and sync config files via git `vcsh` clone [] -`vcsh` help +`vcsh` delete + +`vcsh` enter -`vcsh` delete +`vcsh` exit + +`vcsh` help `vcsh` init @@ -15,7 +19,11 @@ vcsh(1) - manage and sync config files via git `vcsh` run -`vcsh` seed-gitignore +`vcsh` seed-gitignore + +`vcsh` setup + +`vcsh` use `vcsh` @@ -43,12 +51,18 @@ A sample configuration for `vcsh` and `mr` can be found at * clone: Clone an existing repository. -* help: - Display help. - * delete: Delete an existing repository. +* enter: + Enter repository; spawn new <$SHELL>. + +* exit: + Exit repository; unset ENV. + +* help: + Display help. + * init: Initialize an empty repository. @@ -62,6 +76,12 @@ A sample configuration for `vcsh` and `mr` can be found at * seed-gitignore: Seed .gitignore.d/ from git ls-files. +* setup: + Set up repository with recommended settings. + +* use: + Use repository; set ENV. + * : Shortcut to run `vcsh` on a repo. Will prepend `git` to by itself.