File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11. $PSScriptRoot \utils.ps1
22
33# Prevent conflict with built-in aliases
4- Remove-Alias gc - Force
5- Remove-Alias gcb - Force
6- Remove-Alias gcm - Force
7- Remove-Alias gcs - Force
8- Remove-Alias gl - Force
9- Remove-Alias gm - Force
10- Remove-Alias gp - Force
11- Remove-Alias gpv - Force
4+ Remove-Alias gc - Force - ErrorAction SilentlyContinue
5+ Remove-Alias gcb - Force - ErrorAction SilentlyContinue
6+ Remove-Alias gcm - Force - ErrorAction SilentlyContinue
7+ Remove-Alias gcs - Force - ErrorAction SilentlyContinue
8+ Remove-Alias gl - Force - ErrorAction SilentlyContinue
9+ Remove-Alias gm - Force - ErrorAction SilentlyContinue
10+ Remove-Alias gp - Force - ErrorAction SilentlyContinue
11+ Remove-Alias gpv - Force - ErrorAction SilentlyContinue
1212
1313function g {
1414 git $args
You can’t perform that action at this time.
0 commit comments