I saw this question that tells how to get the path to a specific file relative to the root of the git repository. But now I want to get the path to the current directory, and not to a specific file. If i use
git ls-tree --full-name --name-only HEAD .
I get a list of all the files in the directory.
Is it possible?
git bash
ewok
source share