Skip to content

Commit

Permalink
add hook
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Jan 19, 2025
1 parent 1f694c9 commit 8d663f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# muggle

devops package

## Installation

```sh
cp post-checkout.sample .git/hooks/post-checkout
chmod +x .git/hooks/post-checkout
sh .git/hooks/post-checkout
```
2 changes: 2 additions & 0 deletions post-checkout.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!bin/bash
../install.sh

0 comments on commit 8d663f4

Please sign in to comment.