From c0ef32cc69cc22f889914e863d940c30276bc092 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Thu, 13 Dec 2018 21:39:23 +0000 Subject: [PATCH] --- .gitconfig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 3fd81a8..1fd786b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,6 +12,7 @@ editor = nano #editor = vim whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol + safecrlf = false [web] browser = googlechrome [filter "lfs"] @@ -26,9 +27,9 @@ # Windows specific config - Uncomment to use. #program = C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe # Linux/BSD specific config - Uncomment to use. - #program = gpg + #program = /usr/bin/gpg [commit] - # Set to true if commits should be signed by default + # Set to true if commits should be gpg signed by default gpgsign = false [format] # Adds `Signed-off-by` to end of commit messages. If set to true @@ -45,7 +46,9 @@ #email = name@example.com [credential] # If using https: on linux. Enable credential.helper to store logins. - helper = store + #helper = store + # If using https: on Windows Enable credential.helper to store logins. + #helper = manager [push] default = matching [pull] @@ -58,6 +61,9 @@ renormalize = true verbosity = 4 tool = winmerge +[mergetool] + keepBackup = false + prompt = false [url "https://bitbucket.org/"] insteadOf = bb: [url "https://github.com/"]