Skip to content
Snippets Groups Projects
Commit 7a4a2b90 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Add hook post-clone-cleared

parent e15ded9b
Branches
Tags
No related merge requests found
Available hooks are: Available hooks are:
pre-command
post-command * pre-command
pre-enter * post-command
post-enter * pre-hook
pre-run * post-hook
post-run * post-hook-cleared
pre-upgrade use this if you need to operate on different git repositories after cloning
post-upgrade * pre-enter
* post-enter
* pre-run
* post-run
* pre-upgrade
* post-upgrade
...@@ -153,6 +153,8 @@ clone() { ...@@ -153,6 +153,8 @@ clone() {
Once this situation has been resolved, run 'vcsh run $VCSH_REPO_NAME git pull' to finish cloning.\n" 17 Once this situation has been resolved, run 'vcsh run $VCSH_REPO_NAME git pull' to finish cloning.\n" 17
git merge origin/master git merge origin/master
hook post-clone hook post-clone
retire
hook post-clone-retired
} }
delete() { delete() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment