mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-23 17:42:48 +00:00
7 lines
183 B
Bash
7 lines
183 B
Bash
#! /bin/sh
|
|
|
|
git clean -xfd
|
|
git submodule foreach --recursive git clean -xfd
|
|
git reset --hard
|
|
git submodule foreach --recursive git reset --hard
|
|
git submodule update --init --recursive |