From cd10edf33b8a004fba50a3c39d88c8b876096384 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 30 Jun 2021 12:14:02 +0000 Subject: [PATCH] Set autocrlf to input and stop saving HTTP(S) passwords --- roles/home-cli/files/gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index 680c016..1ac0682 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -1,3 +1,5 @@ +[core] + autocrlf = input [pull] rebase = true [push] @@ -7,7 +9,7 @@ [init] defaultBranch = main [credential] - helper = store + helper = cache [gui] encoding = utf-8 [guitool "Rebase"]