Back

Git Command Generator

Git Operation

Create, delete, or manage branches

Generated Command

git branch

Command Description

Create, delete, or manage branches

Common Use Cases:

  • Create a new branch from current HEAD
  • Delete a branch that's fully merged
  • Force delete a branch
  • Set upstream branch for tracking