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