Here I share my experience.
git stash git checkout branch2 git stash pop
git stash git checkout branch2 git stash list # to check the various stash made in different branch git stash apply x # to select the right one
Комментариев нет:
Отправить комментарий