【发布时间】:2019-03-18 00:54:30
【问题描述】:
我正在尝试在 git show 中使用通配符,如下所示。
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 checkout 中尝试了通配符,它在那里工作正常。
【问题讨论】: