mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-05 20:41:34 +01:00
3 lines
113 B
Bash
3 lines
113 B
Bash
echo "Untracked and ignored files will be deleted..."
|
|
(cd $(dirname $(readlink -f ${0}))/../ && git clean -fXd)
|