5 lines
141 B
Bash
Executable file
5 lines
141 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Just call post-checkout since it does the same thing.
|
|
gitroot=$(git rev-parse --git-path hooks)
|
|
bash "$gitroot/post-checkout"
|