mirror of
https://github.com/muxueqz/git-credential-pass.git
synced 2024-11-23 16:29:30 +01:00
update helper file path in readme
This commit is contained in:
parent
dac69aa386
commit
802c7b2c19
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ Copy git-credential-pass.py into a location into a directory included in $PATH e
|
||||||
# Usage
|
# Usage
|
||||||
You can set git's credential helper on a per repo basis repository using:
|
You can set git's credential helper on a per repo basis repository using:
|
||||||
```shell
|
```shell
|
||||||
git config credential.helper git-credential-pass.py
|
git config credential.helper /usr/local/bin/git-credential-pass.py
|
||||||
```
|
```
|
||||||
Or globally using:
|
Or globally using:
|
||||||
```shell
|
```shell
|
||||||
git config --global credential.helper git-credential-pass.py
|
git config --global credential.helper /usr/local/bin/git-credential-pass.py
|
||||||
```
|
```
|
||||||
|
|
||||||
# Notes:
|
# Notes:
|
||||||
|
|
Loading…
Reference in a new issue