From a2b4e0c6de20acb49721aac398b16f4fd805f885 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 25 Aug 2022 13:09:42 +0100 Subject: [PATCH] updated git_askpass.sh --- git_askpass.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git_askpass.sh b/git_askpass.sh index 0d467f21..7064467a 100755 --- a/git_askpass.sh +++ b/git_askpass.sh @@ -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: - 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: