X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/04836991be4626c60964f77a935d425e41782c9f..099b25a8a6b0950a6694672094ac2c0f89b0d1cb:/_vcsh diff --git a/_vcsh b/_vcsh index 47dbd9e..a33551b 100644 --- a/_vcsh +++ b/_vcsh @@ -89,6 +89,7 @@ function _vcsh () { subcommands=( "clone:clone an existing repository" + "commit:commit in all repositories" "delete:delete an existing repository" "enter:enter repository; spawn new <\$SHELL>" "help:display help" @@ -97,8 +98,10 @@ function _vcsh () { "list-tracked:list all files tracked by vcsh" "list-tracked-by:list files tracked by a repository" "pull:pull from all vcsh remotes" + "push:push to vcsh remotes" "rename:rename a repository" "run:run command with <\$GIT_DIR> and <\$GIT_WORK_TREE> set" + "status:show statuses of all/one vcsh repositories" "upgrade:upgrade repository to currently recommended settings" "version:print version information" "which:find in name of any tracked file"