Skip to content

feat: add git/reset-all script #709

Description

@credfeto

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

Metadata

Metadata

Assignees

Labels

AI-WorkWork for an AI Agent

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions