git: fix whoami alias

This commit is contained in:
ewin 2025-03-28 07:58:14 -04:00
parent d8802346ea
commit cc43736eb4
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc

View file

@ -9,7 +9,7 @@
s = stash save --include-untracked s = stash save --include-untracked
sp = stash pop sp = stash pop
sl = stash list sl = stash list
whoami = config --get-regexp user whoami = config --get-regexp '^user\\.'
# Rebase local commits on top of remote commits when running `git pull` # Rebase local commits on top of remote commits when running `git pull`
[pull] [pull]