Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

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"}