Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git transfer changes to another branch

git stash
git checkout -b new-branch
git stash pop
 
PREVIOUS NEXT
Tagged: #git #transfer #branch
ADD COMMENT
Topic
Name
1+2 =