Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git new branch

# to create a new "footer-fix" branch
$ git branch footer-fix

# to create AND switch to "footer-fix" branch
$ git checkout -b footer-fix
Source by stackabuse.com #
 
PREVIOUS NEXT
Tagged: #git #branch
ADD COMMENT
Topic
Name
2+8 =