> That sounds like a bug if you're getting the rejected message above but the ref on the remote is still being updated. I'll try and take a look at that next week. OK, sounds good. > You need to pass the name of the ref whose reflog you want to look at, otherwise it defaults to showing the reflog for HEAD. You should be able to see the reflog for you exported stashes. I gave this a try and every time I use `git reflog refs/stashes/$USER`, I always get a blank response. No errors and no output. > Let's try and find why the remote update say's it rejected when it isn't and then we can think about the best way to document pushing and pulling exported stashes. Sounds good. Happy to test more of this when you're ready.