♻️ Clarified message regarding password saving

This commit is contained in:
z3rOR0ne 2022-07-20 12:41:29 -07:00
parent ea6756b1ee
commit 2a391a94ce

View file

@ -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 ;