Skip to content
Snippets Groups Projects
Commit cfe99840 authored by Alexander Skurikhin's avatar Alexander Skurikhin
Browse files

Explain when to use post-clone-retired

parent c872d3ba
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,11 @@ Available hooks are: ...@@ -5,7 +5,11 @@ Available hooks are:
* pre-hook * pre-hook
* post-clone * post-clone
* post-clone-retired * post-clone-retired
use this if you need to operate on different git repositories after cloning 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 * pre-enter
* post-enter * post-enter
* pre-run * pre-run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment