Files
status-app/scripts/clean-git.sh
T

9 lines
297 B
Bash
Executable File

#!/usr/bin/env bash
# Extracted from Makefile to avoid nimbus-build-system blocking use.
git clean -qfdx
git submodule foreach --recursive git reset -q --hard
git submodule foreach --recursive git clean -qfdx
# to get rid of lingering DOtherSide
git clean -xdf vendor
git clean -xdf mobile/vendor