diff --git a/Technik/Git-Befehle.md b/Technik/Git-Befehle.md index 4f0b9d3..c9aca51 100644 --- a/Technik/Git-Befehle.md +++ b/Technik/Git-Befehle.md @@ -1,8 +1,16 @@ # Git Befehle +Git Configurieren : +git config --global user.name "Ralf Koop" +git config --global user.email "ralfk@ralfkoop.de" + + Hier ist die URL wenn man einen Zugriffstoken nutzen möchte : -url = https://ralfk:glpat-uETsD1yCEZfxTxf-stK8@portal.ralfkoop.de/ralfk/myfirstbrain.git +url = https://ralfk: @portal.ralfkoop.de/ralfk/myfirstbrain.git + + + Anzeigen der Configuration :