### 9. git config
> Уровни разработки:
global
system
user
repositary
### Отображение параметров на глобальном уровне:
```sh
git {{c1::config --list --global}}
```
### Defining default editor
git {{c2::config --global core.editor}} notepad