Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adjust gitlab origin repo url setup to include user and PAT
  • Loading branch information
tarik56 committed May 14, 2025
commit f6c494d2324c3a1129d61b7faeb9cbdbe3c11151
2 changes: 1 addition & 1 deletion docs/1-the-manual-menace/3-ubiquitous-journey.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ All of these traits lead to one outcome - the ability to build and release quali

```bash#test
cd /projects/tech-exercise
git remote set-url origin https://${GIT_SERVER}/${TEAM_NAME}/tech-exercise.git
git remote set-url origin https://${GITLAB_USER}:${GITLAB_PAT}@${GIT_SERVER}/${TEAM_NAME}/tech-exercise.git
```

Use the `GITLAB_PAT` from above when you are prompted for the password (this will be cached)
Expand Down