I understand how to create aliases in PowerShell for cmdlets fine, but I want to create an alias in PowerShell for things like git status as just gs, a
git status
gs
I created posh-git-alias which you can just add to your PowerShell $PROFILE.
$PROFILE