Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to add a branch to a a git repo cli

# Create new local branch
git checkout -b <new-branch>
 
PREVIOUS NEXT
Tagged: #add #branch #git #repo #cli
ADD COMMENT
Topic
Name
4+8 =