Update gitconfig on WSL

This commit is contained in:
Fabio Scotto di Santolo
2026-06-21 20:48:30 +02:00
parent 826f502af0
commit 12feafb6d9
4 changed files with 93 additions and 6 deletions

View File

@@ -72,12 +72,12 @@
ld = log -p
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)%n' --all
glog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
onelinegraph = log --oneline --graph --decorate
onelinegraph = log --oneline --graph --decorate
undo = reset --soft HEAD~1
stash-all = stash save --include-untracked
expireunreachablenow = reflog expire --expire-unreachable=now --all
gcunreachablenow = gc --prune=now
gcunreachablenow = gc --prune=now
[include]
path = ~/.themes.gitignore
@@ -87,3 +87,11 @@
colorMoved = default
tabs = 4
side-by-side = true
[http "https://gitlab.ecaas.datacenter.comune.roma"]
sslBackend = gnutls
sslCAInfo = ~/.local/share/certs/ecaas.datacenter.comune.roma.crt
[credential]
helper = store