X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/8f4a012b3bc70e1d33bdba17e5c319c00c829c2a..74760f7810a9dadd0701992bcf1837539bd447a0:/doc/vcsh.1.ronn?ds=sidebyside diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn index 1592d07..79a4063 100644 --- a/doc/vcsh.1.ronn +++ b/doc/vcsh.1.ronn @@ -23,6 +23,8 @@ vcsh(1) - Version Control System for $HOME - multiple Git repositories in $HOME `vcsh` pull +`vcsh` push + `vcsh` rename `vcsh` run @@ -103,6 +105,9 @@ an interactive user. * pull: Pull from all vcsh remotes. +* push: + Push to all vcsh remotes. + * rename: Rename a repository. @@ -156,14 +161,16 @@ executed in the context of your shell. Interesting knobs you can turn: * <$VCSH_GITIGNORE>: - Can be either or . + Can be , , or . - will seed the repo-specific <.gitignore> with all file and directory + will seed the repo-specific ignore file with all file and directory names which `git ls-files` returns. will descend through all directories recursively additionally to the above. + will not write any ignore file. + Defaults to . Less interesting knobs you could turn: