6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/sh
|
|
|
|
git reset hard
|
|
git pull
|
|
git submodule update --init --recursive
|