Don't store git-credentials in home

This commit is contained in:
ItsDrike 2021-05-03 16:34:28 +00:00
parent f2eca2a969
commit 6a15b9c66d
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -4,7 +4,7 @@
email = itsdrikeofficial@gmail.com
signingkey = B5F6B41F708C3ADD
[credential]
helper = store
helper = store --file ~/.config/git/git-credentials
[alias]
l = log --oneline --decorate --all --graph
lol = log --pretty=oneline --abbrev-commit --graph