Return to site

Gd stash wrong directory

broken image
broken image

I tried: git stash list -oneline -parents, which gave me: 1b5dfb1 4efd3e0 On master: My own messageĤefd3e0 1e9b384 WIP on master: c09a3fc second commitġe9b384 51eb834 WIP on master: 063b893 first commitĥ1eb834 WIP on master: 063b893 first commitīut here the wrong IDs are shown. It there a way to show the ID of the parent-commit to the list of stashes? show: WIP on master: c09a3fc second WIP on master: 063b893 first WIP on master: 063b893 first commitīut when I run git stash save 'My own message' the ID of the parent-commit is not added ( git stash list): On master: My own WIP on master: c09a3fc second WIP on master: 063b893 first WIP on master: 063b893 first commit When I use git stash to stash my changes, an ID to that parent-commit is added to the message describing my stash. When I generate a stash in git, there is a 'parent' (the last commit before I stashed my changes).