imp: 50 minutes git cache credential for better devex
parent
e3d5a08263
commit
a24d5f49e4
|
@ -161,8 +161,8 @@ let nvim_pkgs = [
|
||||||
".direnv"
|
".direnv"
|
||||||
];
|
];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
# cache credential for 10 minutes.
|
# cache credential for 50 minutes (a pomodoro session)
|
||||||
credential.helper = "cache --timeout=600";
|
credential.helper = "cache --timeout=3000";
|
||||||
};
|
};
|
||||||
# why is this no longer valid?
|
# why is this no longer valid?
|
||||||
# pull = { rebase=true; };
|
# pull = { rebase=true; };
|
||||||
|
|
Loading…
Reference in New Issue