Übersicht: git-Befehle
–> Webseite: https://git-scm.com/ 1. Allgemeine Konfiguration Befehl Beschreibung git config user.namegit config user.emailgit config –global –list Ausgeben der geltenden Benutzerinformationen git config –global user.name “[Name]”git config –global user.email “[Email]”git config –local init.defaultBranch maingit config –system core.editor „code –wait“ Hinzufügen von Eigenschaften –local = gilt nur für das aktuelle Repository–global = gilt für alle Repos des … Weiterlesen