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.
2 parents 149d5a2 + df8e42e commit 1183650Copy full SHA for 1183650
index.ja.html
@@ -164,7 +164,7 @@ <h2>タグ</h2>
164
SVNでも使用されている概念ですが、バージョンを<br />リリースする度にタグを作る事が推奨されています。<br />
165
新規のタグ<i>1.0.0</i>を作成するには下記を実行します。<br />
166
<code>git tag 1.0.0 1b2e1d63ff</code><br />
167
- 尚、<i>1b2e1d63ff</i> はタブが指すコミットIDの10文字です。<br />コミットIDを見るにはlogを出します。<br />
+ 尚、<i>1b2e1d63ff</i> はタグが指すコミットIDの10文字です。<br />コミットIDを見るにはlogを出します。<br />
168
<code>git log</code><br />
169
コミットIDは最後まで書かなくても構いませんが<br />唯一の値でなければいけません。
170
</p>
0 commit comments