X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/195dd8c17928cddb92bce06182631cbd0d82f4af..aeb2de1f617285e3cd7ff63e7c8232799433cb6b:/doc/vcsh.1.ronn?ds=inline diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn index 2bf8a77..45b8c83 100644 --- a/doc/vcsh.1.ronn +++ b/doc/vcsh.1.ronn @@ -11,6 +11,8 @@ vcsh(1) - Version Control System for $HOME - multiple Git repositories in $HOME `vcsh` enter <repo> +`vcsh` foreach [-g] <git command> + `vcsh` help `vcsh` init <repo> @@ -39,7 +41,7 @@ vcsh(1) - Version Control System for $HOME - multiple Git repositories in $HOME `vcsh` write-gitignore <repo> -`vcsh` <repo> <git command> +`vcsh` <repo> <gitcommand> `vcsh` <repo> @@ -98,6 +100,11 @@ an interactive user. * enter: Enter repository; spawn new <$SHELL>. +* foreach: + Execute git command for every vcsh repository. + + `-g`: Execute in general context. + * help: Display help. @@ -166,7 +173,7 @@ an interactive user. Write .gitignore.d/<repo> via `git ls-files`. * <repo> <gitcommand>: - Shortcut to run `vcsh` on a repo. Will prepend `git` to <command>. + Shortcut to run `git` commands on a repo. Will prepend `git` to <gitcommand>. * <repo>: Shortcut to run `vcsh enter <repo>`.