git show h3223459:./data/path/to/fullfile.csv
上面的命令有效。但是,当我尝试使用通配符时,它会抛出一条错误消息。
git show h3223459:./data/path/to/*file.csv fatal: Path 'data/path/to/*file.csv' does not exist in 'h3223459'
有没有办法在git show中传递通配符。我在git结账时尝试了通配符,在那里效果很好。