From 9bd3aeaeb067c40013eed397f63b3666d6f76a4f Mon Sep 17 00:00:00 2001 From: hans Date: Mon, 1 Jun 2026 11:00:51 +0200 Subject: [PATCH] git.md aktualisiert --- git.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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`