mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
9 lines
84 B
Bash
Executable File
9 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd build
|
|
|
|
git checkout .
|
|
git restore .
|
|
git reset
|
|
git clean -fd
|