os/windows/git.md

7 lines
102 B
Markdown

# Git
```sh
git config --global user.email "tuz@email.local"
git config --global user.name "tuz"
```