You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For whatever reason, my fingers really want to type stg list rather than stg series. I thought maybe I could make my fingers happy like this:
git config stg.alias.list series
But that doesn't work, because stg assumes that aliases point to shell commands. It would be nice if alias processing worked more like it does for git.alias, so that the above example would work and for existing aliases (like stg mv) would be written like:
git config stg.alias.mv '!git mv'
The text was updated successfully, but these errors were encountered:
larsks
changed the title
RFE: make stg alias support more like git alias support
RFE: make stg.alias config more like git.alias
Feb 26, 2021
For whatever reason, my fingers really want to type
stg list
rather thanstg series
. I thought maybe I could make my fingers happy like this:But that doesn't work, because
stg
assumes that aliases point to shell commands. It would be nice if alias processing worked more like it does forgit.alias
, so that the above example would work and for existing aliases (likestg mv
) would be written like:The text was updated successfully, but these errors were encountered: