feat: add git cred helper
This commit is contained in:
parent
6fc1fb122d
commit
19cc257a21
@ -16,3 +16,5 @@ fi
|
||||
if [[ -n "${OMARCHY_USER_EMAIL//[[:space:]]/}" ]]; then
|
||||
git config --global user.email "$OMARCHY_USER_EMAIL"
|
||||
fi
|
||||
|
||||
git config --global credential.helper /usr/lib/git-core/git-credential-libsecret
|
||||
|
Loading…
x
Reference in New Issue
Block a user