diff --git a/upstream.sh b/upstream.sh index b3d09931..f5609ac6 100755 --- a/upstream.sh +++ b/upstream.sh @@ -186,6 +186,8 @@ init() { fi git submodule update --force --init + cd upstream && git clean -fxd && cd .. + if [[ "${force}" == "true" ]]; then clean_rebases clean_branches