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 10215459555df4826ab042df5c5bd9f5cacd02cc
parent 29a8bfcc919b932436a3169b5fe305ea20ef5fca
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 21 Nov 2019 15:51:45 +0100

Increase git credential timeout

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

diff --git a/.gitconfig b/.gitconfig @@ -30,4 +30,4 @@ excludesfile = ~/.gitignore [credential] - helper = cache --timeout=3600 + helper = cache --timeout=36000