doc(support): added doc for cloning repos with https
This commit is contained in:
parent
e6425a8b8f
commit
63aa0153c2
1 changed files with 10 additions and 0 deletions
10
README.md
10
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://<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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue