1
0
mirror of synced 2025-12-21 02:46:50 -05:00
Files
docs/data/reusables/git/cache-on-repository-path.md
2023-06-12 08:11:20 -07:00

6 lines
268 B
Markdown

1. To configure Git to cache credentials for the full remote URL of each repository you access on {% data variables.product.prodname_dotcom %}, enter the following command.
```shell copy
git config --global credential.https://github.com.useHttpPath true
```