Yatopia/scripts/fetchUpstream.sh

8 lines
150 B
Bash
Raw Normal View History

2020-07-17 04:02:27 +02:00
#!/usr/bin/env bash
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