top | item 39403518

(no title)

mkhnews | 2 years ago

Same here -

[alias]

    alias = "!git config --get-regexp ^alias. | sed 's/^alias.//'"

discuss

order

matijs|2 years ago

! Is for external commands. You can drop the !git from that alias.

nerdponx|2 years ago

Not if you're piping it to sed though, right?