Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create new branch without losing changes

Creating a new branch ( git checkout -b newbranch ) is always considered "safe": no files will be added, removed, or altered in the work-tree as part of this process, and the index/staging-area is also untouched.
 
PREVIOUS NEXT
Tagged: #create #branch #losing
ADD COMMENT
Topic
Name
9+8 =