I went into a branch and did some work. I wanted to go into another branch but didn\'t want to commit so I did git stash. Then I did git checkout
git stash
git checkout
No and No. git stash is per-repository.
Here is a nice page on how to use it.