Added new script as the other was being a turd 💩

This commit is contained in:
Matt Troutman 2024-10-02 14:31:20 -05:00
parent 2809b0366d
commit 1427542ecb
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
#!/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 main
git clean -fdx -e .env/ -e .idea/