From b35da33589882f1d99698c66569b659e74492b11 Mon Sep 17 00:00:00 2001 From: George Date: Thu, 15 Feb 2024 13:52:24 +0300 Subject: [PATCH] Add changes about lesson 3 --- git-instruction.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git-instruction.md b/git-instruction.md index 8448a7d..14fc971 100644 --- a/git-instruction.md +++ b/git-instruction.md @@ -98,3 +98,9 @@ Github [Другие альтернативы](https://habr.com/ru/companies/skillfactory/articles/527510/) +## Lesson 3 +Команды для работы с удаленными репозиториями + +1. git push [remote] [branch]: Отправляет изменения в указанную ветку удаленного репозитория. Замените [remote] на имя удаленного репозитория (часто origin) и [branch] на имя ветки. + +3. git pull [remote] [branch]: Загружает изменения из указанной ветки удаленного репозитория и автоматически сливает их с текущей веткой. \ No newline at end of file