mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Don't store git-credentials in home
This commit is contained in:
parent
f2eca2a969
commit
6a15b9c66d
|
@ -4,7 +4,7 @@
|
||||||
email = itsdrikeofficial@gmail.com
|
email = itsdrikeofficial@gmail.com
|
||||||
signingkey = B5F6B41F708C3ADD
|
signingkey = B5F6B41F708C3ADD
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store --file ~/.config/git/git-credentials
|
||||||
[alias]
|
[alias]
|
||||||
l = log --oneline --decorate --all --graph
|
l = log --oneline --decorate --all --graph
|
||||||
lol = log --pretty=oneline --abbrev-commit --graph
|
lol = log --pretty=oneline --abbrev-commit --graph
|
||||||
|
|
Loading…
Reference in a new issue