/ Published in: Bash

Expand |
Embed | Plain Text
git stash save git checkout branch ... // Do something ... git checkout oldbranch git stash pop
You need to login to post a comment.
git stash save git checkout branch ... // Do something ... git checkout oldbranch git stash pop
You need to login to post a comment.