Helix_Website/init.sh
2020-08-26 15:05:23 +02:00

9 lines
204 B
Bash
Executable File

BASE_PATH=$(cd "$(dirname "$0")"; pwd -P)
# Ignore config file from worktree
git update-index --skip-worktree wp-config.php
# Update all submodules
cd $BASE_PATH
git submodule update --init --recursive