mirror of
https://github.com/muxueqz/git-credential-pass.git
synced 2024-11-23 08:19:28 +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
|
||||
You can set git's credential helper on a per repo basis repository using:
|
||||
```shell
|
||||
git config credential.helper git-credential-pass.py
|
||||
git config credential.helper /usr/local/bin/git-credential-pass.py
|
||||
```
|
||||
Or globally using:
|
||||
```shell
|
||||
git config --global credential.helper git-credential-pass.py
|
||||
git config --global credential.helper /usr/local/bin/git-credential-pass.py
|
||||
```
|
||||
|
||||
# Notes:
|
||||
|
|
Loading…
Reference in a new issue