Branch

Applies to: general

A branch is a movable line of Git history used to develop work separately before merging it back.

git switch -c dictionary-expansion

See also: git, merge