Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to copy all branch commits to a whole new branch

git checkout old_branch
git branch new_branch
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #copy #branch #commits #branch
ADD COMMENT
Topic
Name
1+4 =