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