Hacker News new | ask | show | jobs
by fizixer 2290 days ago
I believe you're looking for the 'working tree' only. You could do the following:

git archive --remote=<your-URL> | tar -t

source: https://stackoverflow.com/questions/3946538