AutoGPT/hooks/post-rewrite

5 lines
83 B
Bash

#!/bin/sh
case "$1" in
rebase) git submodule update --init --recursive ;;
esac