# Title: .gitconfig # Author: Frédéric CHEVALIER # Version: 0.1 # Created in: 2021-01-13 # Modified in: 2024-04-30 #==========# # Comments # #==========# # ~/.gitconfig: executed when running git # see https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration #==========# # Versions # #==========# # v0.1 - 2024-04-30: update init and credential options # v0.0 - 2021-01-13: creation #======================# # User specific config # #======================# [include] path = .gitconfig-pro [includeIf "gitdir:perso/"] path = .gitconfig-perso #================# # General config # #================# [init] defaultBranch = main [credential] helper = cache [push] default = simple [http] sslVerify = true