updated git_askpass.sh

pull/16/head
Hari Sekhon 2 years ago
parent 2b15645171
commit a2b4e0c6de

@ -29,7 +29,11 @@ The \$GIT_ASKPASS environment variable should be set to the location of this scr
This program is designed to be called by the 'git' command in the form of: This program is designed to be called by the 'git' command in the form of:
git credential get git credential fill
Full example command:
echo url=https://github.com | GIT_ASKPASS=$0 git credential fill
which calls this script like so: which calls this script like so:

Loading…
Cancel
Save