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 commands-version-control-git@buildwithclaudeFollow these steps to update the current branch name:
git diff main...HEADgit branch -m [new-branch-name]git branch/update-branch-nameUpdate current git branch name based on analysis of changes made