dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e709643f3b9fa6a180db29f30e578f72956436ff
parent 236081066c4c1f9f73b31f8e4aa39d214a3dc586
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  3 May 2019 11:24:55 +0200

Store git credentials on disk

Diffstat:
M.gitconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitconfig b/.gitconfig @@ -13,4 +13,4 @@ [core] excludesfile = ~/.gitignore [credential] - helper = cache + helper = store