I would like to list the versioned files in the root directory of a git repository. To do the same thing in bazaar, you run:
bzr ls --versioned --non-recursive
How do I do this in git?
I would like to list the versioned files in the root directory of a git repository. To do the same thing in bazaar, you run:
bzr ls --versioned --non-recursive
How do I do this in git?