Commands
>_
but merge
Merge a branch into your local target branch.
If the target branch is local (gb-local), finds the local branch that the target
references (e.g., gb-local/master becomes master) and merges the specified
branch into that local branch. After merging, runs the equivalent of but pull
to update all branches.
Examples
Merge a branch by its CLI ID:
Merge a branch by name:
Usage: but merge <BRANCH>
Arguments
<BRANCH>— Branch ID or name to merge (required)
Last updated on