git ls-tree db/*.rb not working

Posted by dorelal on Stack Overflow See other posts from Stack Overflow or by dorelal
Published on 2010-03-29T06:41:53Z Indexed on 2010/03/29 6:43 UTC
Read the original article Hit count: 109

Filed under:

I am looking at the man page for git ls-tree . It has an option for path.

I have a directory called db and in that directory I have a few .rb files.

Then why my command is failing

git ls-tree db/*.rb

© Stack Overflow or respective owner

Related posts about git