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