Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create branch with local changes

# Update 2020 / Git 2.23
git switch -c <new-branch>

# Before Update 2020 / Git 2.23
git checkout -b new_branch_name
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #branch #local
ADD COMMENT
Topic
Name
3+2 =