I\'m very confused about how to use git archive.
git archive
I have a git repository with folder Foo, Bar and Baz at the top level. I n
From Git Glossary tree-ish is "A tree object or an object that can be recursively dereferenced to a tree object." commit, HEAD and tag are examples of tree-ish objects.