I just tried to use git for the first time and got unexpected results.
I ran git clone https://github.com/dato/lesswrong-bundle.git
which downloaded the following files to a directory called lesswrong-bundle
- _config.yml
- css
- index.md
- _layouts
- lesswrong-seq_paper.pdf
- lesswrong-seq.pdf
What I expected was this list of files which is rather different. This page lists https://github.com/dato/lesswrong-bundle.git
by the "Git Read-Only" button, which is the obvious argument to the git
command.
There is a link to a zip file which contains the files I wanted, but what went wrong the first time?