Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git commit current changes to existing branch

git stash
git checkout other-branch
git stash pop
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #commit #current #existing #branch
ADD COMMENT
Topic
Name
6+4 =