Y
Hacker News
new
|
ask
|
show
|
jobs
by
mkhnews
897 days ago
Same here -
[alias]
alias = "!git config --get-regexp ^alias. | sed 's/^alias.//'"
1 comments
matijs
896 days ago
! Is for external commands. You can drop the !git from that alias.
link
nerdponx
896 days ago
Not if you're piping it to sed though, right?
link
matijs
896 days ago
Oh! Thanks for clarifying!
link