function Update-GitBranch { [CmdletBinding()] param ( ) Invoke-GitCommand -Verb Pull } Set-Alias -Name pull -Value Update-GitBranch