git-switch

switch Позволяет переключаться между ветками Git. Требует Git версии 2.23+.…

git switch

Позволяет переключаться между ветками Git. Требует Git версии 2.23+. Смотри также git checkout.

git switch {{branch_name}}

git switch --create {{branch_name}}

git switch --create {{branch_name}} {{commit}}

git switch -

git switch --recurse-submodules {{branch_name}}

git switch --merge {{branch_name}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-submodule git-touch →