git Howto aktualisiert
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user