Creating aliases in PowerShell for git commands?
Posted
by Richard
on Stack Overflow
See other posts from Stack Overflow
or by Richard
Published on 2010-05-18T15:04:14Z
Indexed on
2010/05/18
15:10 UTC
Read the original article
Hit count: 346
powershell
|git
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
© Stack Overflow or respective owner