From 73e4552abaf78740dec8d09ee80f18aba96ab123 Mon Sep 17 00:00:00 2001 From: ZerGood Date: Fri, 5 Aug 2022 19:25:28 +0500 Subject: [PATCH 1/3] Clone repository --- index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.md b/index.md index 6e54937..8685c3b 100644 --- a/index.md +++ b/index.md @@ -97,3 +97,8 @@ git log --graph --all ``` ## Заголовок + +### Копирование репозитория +``` + git clone +``` From c8c1007ed9de536cd78006f60a99868a2e328b40 Mon Sep 17 00:00:00 2001 From: ZerGood Date: Fri, 5 Aug 2022 19:38:14 +0500 Subject: [PATCH 2/3] Branch pull --- index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.md b/index.md index 8685c3b..ad73c56 100644 --- a/index.md +++ b/index.md @@ -102,3 +102,10 @@ ``` git clone ``` + +## Обновление текущей ветки + +Для обновления текущей ветки введите команду +``` + git pull +``` From 6c96e3a02a43d9d986e89ecde14d4742888d35c5 Mon Sep 17 00:00:00 2001 From: ZerGood Date: Fri, 5 Aug 2022 19:46:37 +0500 Subject: [PATCH 3/3] Branch push --- index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.md b/index.md index ad73c56..e930d64 100644 --- a/index.md +++ b/index.md @@ -109,3 +109,10 @@ ``` git pull ``` + +## Отправка изменений в удаленный репозиторий + +Для отправки наберите +``` + git push +``` \ No newline at end of file