How can I check files in current directory, from git bash?
Like command dir, in Windows cmd ?
I found a command git ls-files, but it's work only with git repository files. But if I navegate through drive C:\, and want to see files in current directory, how can I do that in git bash?