Yatopia/scripts/fetchUpstream.sh
2020-08-06 09:09:01 -05:00

9 lines
181 B
Bash
Executable File

#!/usr/bin/env bash
git submodule update --init -f
cd $1
cd Tuinity
git clean -fx
git clean -fd
git fetch
git reset --hard origin/ver/1.16
git submodule update --init --recursive -f