git: add whoami alias to print user info

This commit is contained in:
Erin 2023-02-15 11:13:19 -05:00
parent c8fb52f7d7
commit 347f2470b6

View file

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