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
Not sure if it's possible in the first place (I expect commands always have priority over aliases with the same name) or too much effort even if it is. But I have a git amend alias I use constantly and it's in my muscle memory. So the ideal for me would be:
git spr amend as an alternative to the current git amend. This way all the functionality of spr is available under git spr.
If amend is already defined as an alias, running git amend should run the alias. If it isn't, run the spr version.
The text was updated successfully, but these errors were encountered:
Not sure if it's possible in the first place (I expect commands always have priority over aliases with the same name) or too much effort even if it is. But I have a
git amend
alias I use constantly and it's in my muscle memory. So the ideal for me would be:git spr amend
as an alternative to the currentgit amend
. This way all the functionality ofspr
is available undergit spr
.amend
is already defined as an alias, runninggit amend
should run the alias. If it isn't, run the spr version.The text was updated successfully, but these errors were encountered: