Update current git branch name based on analysis of changes made
Renames the current git branch based on analysis of changes made.
/plugin marketplace add davepoon/buildwithclaude/plugin install all-commands@buildwithclaudeFollow these steps to update the current branch name:
git diff main...HEADgit branch -m [new-branch-name]git branch