Git Config

git config --global user.email "you@example"
git config --global user.name "Ivan Ivanov"
git config --local user.email "you@example"
git config --local user.name "Ivan Ivanov"
git config user.email
git config user.name
# Генерация SSH ключа
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

Оцените автора
Kosenkov.Pro
Добавить комментарий