Summary Makes a PowerShell alias for a command with parameters Code Function Git-Status { git status } New-Alias -Force st Git-Status Next Steps Import this in profile so that its available to all sessions