Skip to content

Commit 192cb08

Browse files
committed
fixed typo in comparison table
1 parent 55d7770 commit 192cb08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Using just git, you can do *almost* everything that `git get` lets you do, but y
5757

5858
| What you want to do | Using just `git` | Using `git get` |
5959
|----------|:-------------:|------:|
60-
| download all files in master except the .git directory | git get https://path/to/repo.git ;cd repo; rm -rf .git|git get https://path/to/repo.git
60+
| download all files in master except the .git directory | git clone https://path/to/repo.git ;cd repo; rm -rf .git|git get https://path/to/repo.git
6161
| download all files except .git directory as an archive in tar.gz format | git clone https://path/to/repo.git; cd repo; git archive -o latest.tar.gz HEAD | git get -t https://path/to/repo.git
6262
| download all files except .git directory as an archive in zip format | git clone https://path/to/repo.git; cd repo; git archive -o latest.zip HEAD | git get -z https://path/to/repo.git
6363
| clone a repository| git clone https://path/to/repo.git | git get -k https://path/to/repo.git|

0 commit comments

Comments
 (0)