X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/d271ecd02b0c3fa8548c588f7e441f76a77420dc..a647670d3b96ecffd082347638c32dee151a4f12:/doc/vcsh.1.ronn diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn index 5081044..b348f92 100644 --- a/doc/vcsh.1.ronn +++ b/doc/vcsh.1.ronn @@ -5,9 +5,11 @@ vcsh(1) - manage and sync config files via git `vcsh` clone [] -`vcsh` help +`vcsh` delete + +`vcsh` enter -`vcsh` delete +`vcsh` help `vcsh` init @@ -15,7 +17,9 @@ vcsh(1) - manage and sync config files via git `vcsh` run -`vcsh` seed-gitignore +`vcsh` seed-gitignore + +`vcsh` setup `vcsh` @@ -43,12 +47,15 @@ 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>. + +* help: + Display help. + * init: Initialize an empty repository. @@ -62,6 +69,9 @@ 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. + * : Shortcut to run `vcsh` on a repo. Will prepend `git` to by itself.