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 99d7bc2 commit d401e88Copy full SHA for d401e88
index.html
@@ -142,7 +142,7 @@ <h2>tagging</h2>
142
<code>git tag 1.0.0 1b2e1d63ff</code><br />
143
the <i>1b2e1d63ff</i> stands for the first 10 characters of the commit id you want to reference with your tag. You can get the commit id with <br />
144
<code>git log</code><br />
145
- you can also use less characters of the commit id, it just has to be unique.
+ you can also use fewer characters of the commit id, it just has to be unique.
146
</p>
147
</div>
148
<a name="checkout-replace"></a>
0 commit comments