6 lines
162 B
Markdown
6 lines
162 B
Markdown
1. To confirm your use of a credential manager, enter the following command and note the output.
|
|
|
|
```shell{:copy}
|
|
git config --get credential.helper
|
|
```
|