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

Git work

git clone https://github.com/stmb-100/testkurs.git
git commit -m "1.Commit"
git push