Added desc of git checkout -b command

This commit is contained in:
2026-02-24 12:15:41 +03:00
parent 64198dba7b
commit 9076419363

View File

@@ -67,7 +67,7 @@
</tr> </tr>
<tr> <tr>
<td>git checkout -b branch_name</td> <td>git checkout -b branch_name</td>
<td>-</td> <td>Создать ветку и переключиться на нее</td>
</tr> </tr>
<tr> <tr>
<td>git remote</td> <td>git remote</td>