X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/16f1439e7353a5afb9ebbc6d22288dd47061ac29..36d6bee8b2e6746709670079cfe9d469340c81df:/doc/hooks diff --git a/doc/hooks b/doc/hooks index 1a93fda..e7fdb94 100644 --- a/doc/hooks +++ b/doc/hooks @@ -1,4 +1,13 @@ Available hooks are: + +* pre-clone +* post-clone +* post-clone-retired + Use this if you need to operate on different git repositories after cloning. + This hook can be useful if your configuration needs some remote + repositories, but you do not want to include it into your vcsh + repository. For instance, if you use vim plugins manager (vundle, + NeoBundle), zsh configuration frameworks (oh-my-zsh, prezto), etc. * pre-command * post-command * pre-enter