You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Using just git, you can do *almost* everything that `git get` lets you do, but y
57
57
58
58
| What you want to do | Using just `git`| Using `git get`|
59
59
|----------|:-------------:|------:|
60
-
| download all files in master except the .git directory | git gethttps://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
61
61
| 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
62
62
| 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
63
63
| clone a repository| git clone https://path/to/repo.git| git get -k https://path/to/repo.git|
0 commit comments