Analyzes changes vs main branch, generates descriptive name, renames current git branch, and verifies the update.
From commands-version-control-gitnpx claudepluginhub davepoon/buildwithclaude --plugin commands-version-control-gitFollow these steps to update the current branch name:
git diff main...HEADgit branch -m [new-branch-name]git branch/update-branch-nameAnalyzes changes vs main branch, generates descriptive name, renames current git branch, and verifies the update.