homebrew-fonts/.fontfoldercleanup/git_reset_and_clean.sh
Matt Troutman 199951e3e2
no message
2024-10-02 15:04:03 -05:00

6 lines
No EOL
189 B
Bash
Executable file

#!/bin/zsh
# go to the root of the repository
cd "$(git rev-parse --show-toplevel)"
# reset the repository to the main branch and clean it
git reset --hard
git clean -fdx -e .env/ -e .idea/