Files
invidious/revert.sh
T
2024-08-14 21:22:21 +02:00

9 lines
84 B
Bash
Executable File

#!/usr/bin/env bash
cd build
git checkout .
git restore .
git reset
git clean -fd