6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
git fetch --all
|
|
git reset --hard origin/master
|
|
git pull origin master
|
|
|
|
./setup.sh
|