rusefi/misc/git_scripts/git_super_clean.sh

4 lines
71 B
Bash
Executable File

#!/bin/bash
git reset --hard
git submodule update --init
git clean -fxd