Branch
Cmd+Shift+B creates a new branch from the current HEAD. Switch branches from the sidebar or via Quick Search (Cmd+Shift+F).
Merge
Drag a branch onto the current branch to merge it. Alternatively useCmd+Shift+M to open the merge flow directly.
Rebase
Hold⌥ while dragging a branch onto the current branch to rebase onto it instead of merging.

