Loading...
Loading...
Critical rules for git operations. Enforces git unstage, git undo, and git stash push/apply usage. MUST ALWAYS be applied when performing git operations like staging, unstaging, undoing commits, or stashing changes.
npx skill4agent add totto2727-dotfiles/agents git-operations-rulesgit unstagegit unstagegit undogit undogit stash pushgit stashgit stash applygit stash popgit addgit add <new-files>
git stash push -m "<message>" -- <paths>