Difference between revisions of "Git checkout -b"

From wikieduonline
Jump to navigation Jump to search
(Removed redirect to Git checkout)
Tag: Removed redirect
Line 1: Line 1:
 
Create a new branch:
 
Create a new branch:
git checkout -b YOUR_NEW_BRANCH_NAME
+
[[git checkout]] -b YOUR_NEW_BRANCH_NAME
Switched to a new branch
+
Switched to a new branch
  
  

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: