git: fix whoami alias
This commit is contained in:
parent
d8802346ea
commit
cc43736eb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue