Git: Unterschied zwischen den Versionen
Stefan (Diskussion | Beiträge) |
Stefan (Diskussion | Beiträge) |
||
Zeile 7: | Zeile 7: | ||
git config --global user.name | git config --global user.name | ||
git config --global user.email | git config --global user.email | ||
+ | |||
+ | == Git work == | ||
+ | git clone https://github.com/stmb-100/testkurs.git | ||
+ | git commit -m "1.Commit" | ||
+ | git push |
Version vom 3. Februar 2023, 01:25 Uhr
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