Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create a branch on top of another branch

// newbranch what you want to create newly on top of oldbranch/existing branch
git checkout -b newbranch oldbranch
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #branch #top #branch
ADD COMMENT
Topic
Name
4+9 =