git.md aktualisiert
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Git Cheat Sheet
|
||||
|
||||
|
||||
## Inhaltsverzeichnis
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
- Globalen User setzen
|
||||
`git config --global user.name "Dein Name"`
|
||||
`git config --global user.email "du@example.com"`
|
||||
|
||||
- Password store
|
||||
|
||||
`git config --global credential.helper store`
|
||||
|
||||
- Aktuelle Config anzeigen
|
||||
`git config --list`
|
||||
|
||||
Reference in New Issue
Block a user