git: add whoami alias to print user info
This commit is contained in:
parent
c8fb52f7d7
commit
347f2470b6
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue