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
Prev Previous commit
Next Next commit
Remove hint to use PAT as password
  • Loading branch information
tarik56 committed May 14, 2025
commit 6f5e7fdd96809f082d5b81b2238939ee9695f1be
2 changes: 0 additions & 2 deletions docs/1-the-manual-menace/3-ubiquitous-journey.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ All of these traits lead to one outcome - the ability to build and release quali
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)

```bash#test
cd /projects/tech-exercise
git add .
Expand Down