Git Workflow

この環境で git コマンドを Bash 実行するときの permission 摩擦回避作法。git add / commit / push / status 等を実行する前に参照する。git 同士の && 連結は通るが、cd を git と混ぜると双方許可済みでもプロンプトする(git -C を使う)。commit メッセージに $( ) を含めない。push は sandbox 無効化が必要。

shimo4228 6152f05 3.4 KB Updated

File contents

shimo4228/claude-harness/tree/main/skills/git-workflow commit 6152f05793

Frequently asked questions

npx skillmds@latest add shimo4228/git-workflow