We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f0447 commit 0796519Copy full SHA for 0796519
.github/local-workflow-tech.md
@@ -21,7 +21,8 @@ Technicalities underlying the fast-pace local workflow
21
```console
22
git config --local user.name "icub-tech-iit-bot"
23
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
+ 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
26
```
27
⚠️ Note the use of the option `--local` to avoid impacting Git globally on the system.
28
- The PAT is set to have no expiration. However, it can be revoked at any time by the maintainer.
0 commit comments