From 2a391a94cef9ee8fa112da90de964de2f16c21d8 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 20 Jul 2022 12:41:29 -0700 Subject: [PATCH] :recycle: Clarified message regarding password saving --- scripts/bgit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bgit b/scripts/bgit index 56adcf7d..06a1f77e 100755 --- a/scripts/bgit +++ b/scripts/bgit @@ -266,7 +266,8 @@ else if [[ $newfiles || $modified ]] ; then # also remembers password for 1 hour after last use # (comment out if more security needed, or just use ssh...) - echo "${txtgreen}git will remember your password for 1 hour!${txtwhite}" + echo "${txtgreen}bgit will remember your password for 1 hour!" + echo "(doesn't apply to gpg, ssh, or pat)${txtwhite}" git config credential.helper 'cache --timeout=3600'; git config advice.addEmptyPathspec false; git add $modified $newfiles ;