2023-10-25 19:40:02 +11:00
|
|
|
# hub branch
|
|
|
|
|
|
|
|
> Create a branch or show current branch.
|
2025-07-30 07:32:48 +03:00
|
|
|
> See also: `git branch`.
|
2023-10-25 19:40:02 +11:00
|
|
|
|
|
|
|
- Show the name of the currently active branch:
|
|
|
|
|
|
|
|
`hub branch`
|
|
|
|
|
|
|
|
- Create a new branch:
|
|
|
|
|
|
|
|
`hub branch {{branch_name}}`
|