Skip to content

Commit

Permalink
trigger on more hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Jan 19, 2025
1 parent 3deb78c commit 6a047de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ devops package
```sh
cp -f muggle/post-checkout.sample .git/modules/muggle/hooks/post-checkout
chmod +x .git/modules/muggle/hooks/post-checkout
cp -f muggle/post-checkout.sample .git/modules/muggle/hooks/post-merge
chmod +x .git/modules/muggle/hooks/post-merge
cp -f muggle/post-checkout.sample .git/modules/muggle/hooks/post-rewrite
chmod +x .git/modules/muggle/hooks/post-rewrite
sh muggle/install.sh
```

0 comments on commit 6a047de

Please sign in to comment.