Difference between revisions of "Git switch"
Jump to navigation
Jump to search
(Created page with "{{lowercase}} {{git}}") |
|||
(16 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | * https://git-scm.com/docs/git-switch | ||
+ | Switch to another branch | ||
+ | [[git]] switch BranchToChange | ||
+ | |||
+ | [[git switch -]] | ||
− | {{git}} | + | git switch --create main or [[git switch -c]] main |
+ | |||
+ | == Related == | ||
+ | * <code>[[git checkout]]</code> | ||
+ | * <code>[[git restore]]</code> | ||
+ | * <code>[[git branch]]</code> | ||
+ | * <code>[[Move existing, uncommitted work to a new branch in git]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{git switch}} | ||
+ | |||
+ | [[Category:Git]] |
Latest revision as of 08:04, 9 July 2024
Switch to another branch
git switch BranchToChange git switch -
git switch --create main or git switch -c main
Related[edit]
See also[edit]
Advertising: