Added desc of git init command

This commit is contained in:
2026-02-24 11:59:15 +03:00
parent 21ffa2ce49
commit e637d4d101

View File

@@ -12,7 +12,7 @@
<div class="header exam">
<h2>
Шпаргалка по Git
</h2>
</h2>
</div>
<div class="exam" id="table">
<table>
@@ -23,7 +23,7 @@
</tr>
<tr>
<td>git init</td>
<td>-</td>
<td>Инициализация git-репозитория в текущей директории</td>
</tr>
<tr>
<td>git clone url</td>