Why Factoring Huge Numbers Is a Big Deal
blog.jeffnuss.com1 pointsby jnuss0 comments
% git stash list
will show you what branch was checked out when you stashed. Also, because a stash is represented as a commit, you can know what commit the stash is based on. From the git-stash man page: .----W
/ /
-----H----I
where H is the HEAD commit, I is a commit that records the state of the index, and W is a commit that records the state of the working tree."