I would like to sym link to the directory containing the stashed files.
If there are multiple stash items in the stash list of the local repository then I would like to zip them all from a sym link.
I would like to sym link to the directory containing the stashed files.
If there are multiple stash items in the stash list of the local repository then I would like to zip them all from a sym link.
The stash is actually stored as a commit sha and can be viewed in
./logs/refs/stash
./refs/stash
Then you could git show
the commit sha or append --name-status
to it to view the list of files in stash.