2025-03-14 21:59:59 -06:00
|
|
|
# hub branch
|
|
|
|
|
|
|
|
|
|
> Create a branch or show current branch.
|
2025-09-14 18:48:49 -06:00
|
|
|
> See also: `git branch`.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Show the name of the currently active branch:
|
|
|
|
|
|
|
|
|
|
`hub branch`
|
|
|
|
|
|
|
|
|
|
- Create a new branch:
|
|
|
|
|
|
|
|
|
|
`hub branch {{branch_name}}`
|