From 4ef022c826cf5fb209a6527007e4e33776087361 Mon Sep 17 00:00:00 2001 From: Elena Date: Fri, 29 Jul 2022 22:11:49 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 41b784c..6e54937 100644 --- a/index.md +++ b/index.md @@ -96,3 +96,4 @@ ``` git log --graph --all ``` +## Заголовок From 5d8d664d93db839082fdebc92a97399547b6825a Mon Sep 17 00:00:00 2001 From: Oleg Date: Sun, 7 Aug 2022 18:58:17 +0500 Subject: [PATCH 2/2] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B2=D0=B5=D1=82=D0=BA=D0=B0=20=D1=81=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC=20?= =?UTF-8?q?=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=BF=D0=BE=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D0=B0=D0=BC?= =?UTF-8?q?=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.md b/index.md index 6e54937..732f3ff 100644 --- a/index.md +++ b/index.md @@ -27,6 +27,10 @@ ``` git branch <имя ветки> ``` +Для создания новой ветки и перехода в нее введите команду +``` + git checkout -b <имя ветки> +``` ## Перенос основания ветки