diff --git a/git.md b/git.md index 9f860f9..71e1aa4 100644 --- a/git.md +++ b/git.md @@ -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`