1
0
mirror of synced 2026-01-03 15:05:54 -05:00
Files
docs/data/reusables/git/cache-on-repository-path.md

6 lines
203 B
Markdown

1. To configure Git to cache credentials for each local directory where you clone a repository, enter the following command.
```shell{:copy}
git config --global credential.useHttpPath true
```