SyntaxFix
Write A Post
Hire A Developer
Questions
You can change the hook to wipe everything clean.
# Danger! Wipes local data! # Remove all local changes to tracked files git reset --hard HEAD # Remove all untracked files and directories git clean -dfx git pull ...