Add a git/reset-all script that runs git reset --hard HEAD across all git repositories found in the current directory.
Based on git/clean-all but performs a hard reset instead of cleaning untracked files and pruning remote refs.
Prompt: copy clean-all and call it reset-all and get it to do a git reset HEAD --hard instead of the clean and remote pruning
Add a
git/reset-allscript that runsgit reset --hard HEADacross all git repositories found in the current directory.Based on
git/clean-allbut performs a hard reset instead of cleaning untracked files and pruning remote refs.Prompt: copy clean-all and call it reset-all and get it to do a git reset HEAD --hard instead of the clean and remote pruning