Difference between revisions of "Git checkout -b"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{lc}}
 +
 
Create a new branch:
 
Create a new branch:
 
  [[git checkout]] -b YOUR_NEW_BRANCH_NAME
 
  [[git checkout]] -b YOUR_NEW_BRANCH_NAME

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

Advertising: