Add credential helper to self commit script

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
sigonasr2 2023-06-02 22:10:28 -05:00
parent 49abd23eeb
commit f2ef42b489
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ for f in $FILES
do do
search $f search $f
done done
git config --global credential.helper store
git add -u git add -u
git add * git add *
git commit -m "$COMMIT_MESSAGE" git commit -m "$COMMIT_MESSAGE"

View File

@ -1,2 +1,2 @@
commit.sh:ea122668a72b4445c10b6e9070f7bbd8 - commit.sh:c0672d98493d00fb3fb02f50db1cfde4 -
update.sh:7fda194f24fbd8779221066cbbc04b3f - update.sh:7fda194f24fbd8779221066cbbc04b3f -