Files
tbd-station-14/BuildChecker/hooks/post-merge
2021-05-05 14:30:46 +02:00

6 lines
150 B
Bash
Executable File

#!/bin/bash
# Just call post-checkout since it does the same thing.
gitroot=`git rev-parse --show-toplevel`
bash "$gitroot/.git/hooks/post-checkout"