git switch branch without discarding local changes - Stack Overflow

PHOTO EMBED

Fri Dec 03 2021 19:47:55 GMT+0000 (Coordinated Universal Time)

Saved by @adamyalei

$ git checkout develop
Switched to branch 'develop'
$ git stash apply
content_copyCOPY

https://stackoverflow.com/questions/22082307/git-switch-branch-without-discarding-local-changes/22082669