https://git-scm.com/download/win - скачать инсталятор
git init - инициализация git
git config –global user.name «Andrey» - имя пользователя
git config –global user.email andrey@example.com - mail пользователя
git config –list