From ee7a8f6dd6bf0b1f0255622b5e9341889a9c4fbc Mon Sep 17 00:00:00 2001 From: Christian Albers Date: Tue, 11 Feb 2025 15:11:44 +0100 Subject: [PATCH] git Howto aktualisiert --- git_howto.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/git_howto.txt b/git_howto.txt index 23a9805..5770f86 100644 --- a/git_howto.txt +++ b/git_howto.txt @@ -16,3 +16,11 @@ git commit -m "Beschreibung der Änderungen" // Hochladen der Änderungen: git push origin main + + +////////////////////// + +// Hinterlegen von Benutzerinfos in GIT + +git config --global user.name "Christian Albers" +git config --global user.email "christian.albers@albers-consulting.de" \ No newline at end of file