File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,14 +141,14 @@ ${function:gs} = { Get-GitStatus }
141141Set-Alias - Name gcd - Value Invoke-GitClone
142142
143143# ls with git status
144- ${function: lsg} = { Write-Host " " ; bash C:\bin\ls- with- git- status\lsg }
144+ ${function: lsg} = { Write-Host " " ; bash C:\bin\ls- with- git- status\lsg @args }
145145# Set-Alias -Name ls -Value lsg -option AllScope -Force
146146
147147# Git branch status
148- ${function: gbs} = { Write-Host " " ; bash C:\bin\git- branch- status\git- branch- status - l }
148+ ${function: gbs} = { Write-Host " " ; bash C:\bin\git- branch- status\git- branch- status @args }
149149
150150# Git Multi Status
151- ${function: mgs} = { bash C:\bin\multi- git- status\mgitstatus -- depth= 0 }
151+ ${function: mgs} = { bash C:\bin\multi- git- status\mgitstatus -- depth= 0 @args }
152152
153153# Favour GitHub's hub client over vanilla git
154154if (Get-Command hub - ErrorAction SilentlyContinue) { Set-Alias - Name git - Value hub }
You can’t perform that action at this time.
0 commit comments