Commands
but base
Commands for managing the base branch
Usage
Subcommands
check
Fetches remotes from the remote and checks the mergeability of the branches in the workspace.
Shows the status of the base branch including:
- Base branch name
- Number of upstream commits
- Recent commits
- Status of active branches (updatable, integrated, conflicted, etc.)
update
Updates the workspace (with all applied branches) to include the latest changes from the base branch.
Integrates upstream changes into your workspace branches, rebasing or deleting branches as appropriate.
Examples
Check base branch status:
Update workspace with base branch changes:
Last updated on