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
I'm trying the following command Get-Git-Aliases | Select-String "commit", which I was hoping would show me only the aliases related to git commits. It doesn't seem to be working - could it be something to do with the output type of the function?
The text was updated successfully, but these errors were encountered:
I'm trying the following command
Get-Git-Aliases | Select-String "commit"
, which I was hoping would show me only the aliases related to git commits. It doesn't seem to be working - could it be something to do with the output type of the function?The text was updated successfully, but these errors were encountered: