Skip to content

Commit 0796519

Browse files
authored
Fix local-workflow-tech.md (#745)
1 parent b8f0447 commit 0796519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/local-workflow-tech.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Technicalities underlying the fast-pace local workflow
2121
```console
2222
git config --local user.name "icub-tech-iit-bot"
2323
git config --local user.email "[email protected]"
24-
PAT=<insert the PAT here> git remote set-url icub-tech https://x-access-token:${PAT}@github.com/icub-tech-iit/robots-configuration.git
24+
PAT=<insert the PAT here>
25+
git remote set-url icub-tech https://x-access-token:${PAT}@github.com/icub-tech-iit/robots-configuration.git
2526
```
2627
⚠️ Note the use of the option `--local` to avoid impacting Git globally on the system.
2728
- The PAT is set to have no expiration. However, it can be revoked at any time by the maintainer.

0 commit comments

Comments
 (0)