File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,6 @@ function gba {
49
49
function gbd {
50
50
git branch -- delete $args
51
51
}
52
- function gbd {
53
- git branch - d $args
54
- }
55
52
function gbda {
56
53
$MainBranch = Get-Git - MainBranch
57
54
$MergedBranchs = $ (git branch -- merged | Select-String " ^(\*|\s*($MainBranch |develop|dev)\s*$)" -NotMatch ).Line
@@ -469,9 +466,6 @@ function grrm {
469
466
function grs {
470
467
git restore $args
471
468
}
472
- function grst {
473
- git restore -- staged $args
474
- }
475
469
function grset {
476
470
git remote set-url $args
477
471
}
@@ -605,9 +599,6 @@ function gupa {
605
599
function gupv {
606
600
git pull -- rebase - v $args
607
601
}
608
- function gupa {
609
- git pull -- rebase -- autostash $args
610
- }
611
602
function gupav {
612
603
git pull -- rebase -- autostash -- verbose $args
613
604
}
Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ $FunctionsToExport = @(
185
185
' gup' ,
186
186
' gupa' ,
187
187
' gupv' ,
188
- ' gupa' ,
189
188
' gupav' ,
190
189
' gupom' ,
191
190
' gupomi' ,
You can’t perform that action at this time.
0 commit comments