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.