`git show` not working: "fatal: Path [mypath] exists on disk, but not in [mybranch]"
It sounds like the file you're searching for does not exist in any commits within wip
. git show
will only display tracked objects with some history in the refspec you provide it (in this case, wip
, or cd14704
). To get the expected behavior you'll need a commit with that file present.