Difference between revisions of "Git checkout -b"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
[[git checkout]] -b YOUR_NEW_BRANCH_NAME | [[git checkout]] -b YOUR_NEW_BRANCH_NAME | ||
Switched to a new branch | Switched to a new branch | ||
+ | |||
+ | git checkout -b "Name with spaces" | ||
+ | fatal: 'Name with spaces' is not a valid branch name. | ||
Revision as of 17:30, 15 July 2022
Create a new branch:
git checkout -b YOUR_NEW_BRANCH_NAME Switched to a new branch
git checkout -b "Name with spaces" fatal: 'Name with spaces' is not a valid branch name.
See also
git checkout
[-b
|master | main | -f
]
Advertising: