Git

Aus
Wechseln zu: Navigation, Suche

SSH Key erzeugen

ssh-keygen -t ed25519 -C "github@stmb-mail.de"
cat C:\Users\stefa/.ssh/id_ed25519.pub

Git config

git config --global --list
git config --global user.name
git config --global user.email