Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git commit changes to different branch

git stash
git checkout other-branch
git stash pop
 
PREVIOUS NEXT
Tagged: #git #commit #branch
ADD COMMENT
Topic
Name
3+8 =