♻️ Adjusted a few things
This commit is contained in:
parent
6e07c426ec
commit
e2eb6355ed
5 changed files with 21556 additions and 1 deletions
|
|
@ -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 ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue