The branch command allows you to manipulate branches: creating, deleting, and renaming.Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.
Create a branch
To create a new branch, run:branch-name will be created. If the flag -no-checkout is not passed, the new branch will be
checked out.
The branch_name has to be a unique identifier, not named after any other existing branch.
Uncommitted changes will be transferred to the newly created branch.
Delete a branch
To delete a branch, run:–f flag is optional and suppresses the confirmation dialog for deleting the branch.

