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