Files
eive-obsw/hooks/post-checkout
2023-02-17 12:32:53 +01:00

7 lines
90 B
Bash
Executable File

#!/bin/bash
#
# update submodules after checkout
git submodule init
git submodule update