Git switch

From NovaOrdis Knowledge Base
Revision as of 00:47, 3 December 2020 by Ovidiu (talk | contribs) (Created page with "=Internal= =Overview= Switch to a specific branch, optionally creating it if it does not exist. <syntaxhighlight lang='bash'> git switch develop </syntaxhighlight> <syntax...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Switch to a specific branch, optionally creating it if it does not exist.

git switch develop
git switch -c task/experimental