I'm not as familiar with the command line for git, but here's what I would do, knowing what I know.
I would first do:
Code:
git clone <repository>
Then, go into the local directory where you cloned it, and ls there. If you want to do it by command line, that's what I would do. You could also get github desktop, and use that.