Creating aliases in PowerShell for git commands?
- by Richard
Hi,
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" and "git pull origin master" as "gpm" can anyone point me in the right direction?
I am sure I am missing something obvious.
Many thanks
Richard