Py学习  »  Git

使用通配符来git show

itthrill • 5 年前 • 1398 次点击  

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结账时尝试了通配符,在那里效果很好。

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/55896
 
1398 次点击  
文章 [ 1 ]  |  最新文章 5 年前