diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-03-06 11:01:32 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-03-06 11:01:32 +0100 |
| commit | 6aa546405ba8b3bffd58d5a63d7f9b3c22ede322 (patch) | |
| tree | bd2a0c62f95ac20f29a972833181d55b17266b9e /.gitconfig | |
| parent | f82bfab3dd0fa3692030fa3924aefefc6b5fa30a (diff) | |
| parent | d945572ccb05a336a78548f45e1af5d6600d767c (diff) | |
Merge branch 'master' of github.com:mvertes/dotfiles
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -16,9 +16,18 @@ rebase = false [push] autoSetupRemote = true + default = simple + followTags = true [hub] protocol = ssh [init] defaultBranch = main [core] excludesfile = ~/.gitignore_global +[diff] + algorithm = histogram + colorMoved = plain + mnemonicPrefix = true + renames = true +[commit] + verbose = true |
