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
19 changes: 19 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,22 @@
git log --graph --all
```
## Заголовок

### Копирование репозитория
```
git clone <repository>
```

## Обновление текущей ветки

Для обновления текущей ветки введите команду
```
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Сюда можно добавить пробел

git pull
```

## Отправка изменений в удаленный репозиторий

Для отправки наберите
```
git push
```