Git
Version vom 3. Februar 2023, 01:25 Uhr von Stefan (Diskussion | Beiträge)
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