doc(support): added doc for cloning repos with https

This commit is contained in:
Stephan Lo 2025-07-16 12:28:34 +00:00
parent e6425a8b8f
commit 63aa0153c2

View file

@ -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://<user>:$PWD@edp.buildth.ing/<user | org>/repo.git
# clone with your personal PAT which you created in your 'Settings -> Applications'
git clone https://<user>:$PAT@edp.buildth.ing/<user | org>/repo.git
```
---
## Workflows / CI