### 8. Take modifications from remote
### Определение разницы с GitHub
```sh
{{c1::git fetch}}
git status
# On branch master
# Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
# (use "git pull" to update your local branch)
# nothing to commit, working tree clean
```
###
```sh
# Слияние данных
{{c2::git pull`q}}
```