1 line
465 B
JSON
1 line
465 B
JSON
{"content": "# Update Branch Name\n\nFollow these steps to update the current branch name:\n\n1. Check differences between current branch and main branch HEAD using `git diff main...HEAD`\n2. Analyze the changed files to understand what work is being done\n3. Determine an appropriate descriptive branch name based on the changes\n4. Update the current branch name using `git branch -m [new-branch-name]`\n5. Verify the branch name was updated with `git branch`\n"} |