git.md aktualisiert
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Git Cheat Sheet
|
|
||||||
|
|
||||||
## Inhaltsverzeichnis
|
## Inhaltsverzeichnis
|
||||||
|
|
||||||
@@ -21,6 +21,10 @@
|
|||||||
`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`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user