git.md aktualisiert

This commit is contained in:
2026-06-01 11:00:51 +02:00
parent 88e608d4ec
commit 9bd3aeaeb0
+5 -1
View File
@@ -1,4 +1,4 @@
# Git Cheat Sheet
## Inhaltsverzeichnis ## Inhaltsverzeichnis
@@ -20,6 +20,10 @@
- Globalen User setzen - Globalen User setzen
`git config --global user.name "Dein Name"` `git config --global user.name "Dein Name"`
`git config --global user.email "du@example.com"` `git config --global user.email "du@example.com"`
- Password store
`git config --global credential.helper store`
- Aktuelle Config anzeigen - Aktuelle Config anzeigen
`git config --list` `git config --list`