no message

This commit is contained in:
Matt Troutman 2024-10-02 15:04:03 -05:00
parent b7777b024a
commit 199951e3e2
No known key found for this signature in database

View file

@ -2,5 +2,5 @@
# 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 reset --hard
git clean -fdx -e .env/ -e .idea/