diff --git a/README.md b/README.md index 3c7a39e..7944014 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,16 @@ Wenn du bei öffentlichen Repos mitarbeiten willst, erfolgt das folgendermassen: 2. Erstelle Pull Requests 3. Oder: Werde Mitglied in einem Team (siehe oben) +Das Clonen geht dann so: + +``` +# clone with user creds - alternative: use credential-manager +git clone https://:$PWD@edp.buildth.ing//repo.git + +# clone with your personal PAT which you created in your 'Settings -> Applications' +git clone https://:$PAT@edp.buildth.ing//repo.git +``` + --- ## Workflows / CI