Difference between revisions of "Git checkout -b"
Jump to navigation
Jump to search
(Redirected page to Git checkout) Tag: New redirect |
(Removed redirect to Git checkout) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
− | + | Create a new branch: | |
+ | git checkout -b YOUR_NEW_BRANCH_NAME | ||
+ | Switched to a new branch | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{git checkout}} | ||
+ | |||
+ | [[Category:Git]] |
Revision as of 10:14, 20 June 2022
Create a new branch: git checkout -b YOUR_NEW_BRANCH_NAME Switched to a new branch
See also
git checkout
[-b
|master | main | -f
]
Advertising: