I don’t think you can, but you can prefix it with an ! to treat the command as a new shell command
[alias]
pushcur = ! git branch | grep '*' …
I don’t think you can, but you can prefix it with an ! to treat the command as a new shell command
[alias]
pushcur = ! git branch | grep '*' …