5 lines
99 B
Markdown
5 lines
99 B
Markdown
git submodule update --init --recursive
|
|
git fetch --all
|
|
git reset --hard origin/master
|
|
git pull
|