We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3a2eb commit d9d10bbCopy full SHA for d9d10bb
Documentation/git-clone.txt
@@ -111,11 +111,11 @@ OPTIONS
111
112
--depth <depth>::
113
Create a 'shallow' clone with a history truncated to the
114
- specified number of revs. A shallow repository has
+ specified number of revisions. A shallow repository has a
115
number of limitations (you cannot clone or fetch from
116
it, nor push from nor into it), but is adequate if you
117
- want to only look at near the tip of a large project
118
- with a long history, and would want to send in a fixes
+ are only interested in the recent history of a large project
+ with a long history, and would want to send in fixes
119
as patches.
120
121
<repository>::
0 commit comments