mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 15:06:51 +01:00
5 lines
128 B
Bash
5 lines
128 B
Bash
#!/bin/bash
|
|
echo "Untracked and ignored files will be deleted..."
|
|
cd "$(dirname "$(readlink -f "${0}")")/../" &&
|
|
git clean -fXd
|