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
|
s = stash save --include-untracked
|
||||||
sp = stash pop
|
sp = stash pop
|
||||||
sl = stash list
|
sl = stash list
|
||||||
|
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]
|
||||||
|
|
Loading…
Reference in a new issue