X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/7a4a2b90df890c2eea6f84c0bdd1c74071d9de2d..cfe9984081db05711bd4caa30f435d5eddf4b681:/doc/hooks diff --git a/doc/hooks b/doc/hooks index 8121572..81f5df2 100644 --- a/doc/hooks +++ b/doc/hooks @@ -3,9 +3,13 @@ Available hooks are: * pre-command * post-command * pre-hook -* post-hook -* post-hook-cleared - use this if you need to operate on different git repositories after cloning +* 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-enter * post-enter * pre-run