♻️ Adjusted a few things

This commit is contained in:
z3rOR0ne 2022-07-23 14:00:46 -07:00
parent 6e07c426ec
commit e2eb6355ed
5 changed files with 21556 additions and 1 deletions

View file

@ -285,7 +285,7 @@ else
# also remembers password for 1 hour after last use
# (comment out if more security needed, or just use ssh...)
echo "${txtgreen}bgit will remember your password for 1 hour!"
echo "(doesn't apply to gpg, ssh, or pat)${txtwhite}"
echo "(doesn't apply to gpg or ssh)${txtwhite}"
git config credential.helper 'cache --timeout=3600';
git config advice.addEmptyPathspec false;
git add $modified $newfiles ;