diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-06-05 14:22:10 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-06-05 14:22:10 +0200 |
| commit | d998173dff42372bd4e179708afb4790e68c1068 (patch) | |
| tree | 63afe6fd800b046e824ce0ba4a1e386497274475 /git/config | |
| parent | d10379f2edf3626191a43227dd5fd90a62d9b978 (diff) | |
| download | dotfiles-d998173dff42372bd4e179708afb4790e68c1068.tar.gz dotfiles-d998173dff42372bd4e179708afb4790e68c1068.tar.bz2 dotfiles-d998173dff42372bd4e179708afb4790e68c1068.zip | |
git: gehe lockerer mit ssl-Zertifikaten in git um
Diffstat (limited to 'git/config')
| -rw-r--r-- | git/config | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -29,6 +29,9 @@ | |||
| 29 | [diff] | 29 | [diff] |
| 30 | colorMoved = default | 30 | colorMoved = default |
| 31 | 31 | ||
| 32 | [http] | ||
| 33 | sslVerify = false | ||
| 34 | |||
| 32 | [alias] | 35 | [alias] |
| 33 | lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches | 36 | lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches |
| 34 | 37 | ||
