Is there a way to download the contents of a git repo from the Unix command line that doesn't pull down everything in the .git directory? I just want the latest version of the repo directories and files, not all the diffs.
Also, is it possible to accomplish this without using a git command (perhaps with wget or curl, for example)?
Thanks.