Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions git-instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]: Загружает изменения из указанной ветки удаленного репозитория и автоматически сливает их с текущей веткой.