Skip to content

Commit 38e46ec

Browse files
committed
cleanup duped
1 parent e4e903f commit 38e46ec

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/aliases.ps1

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ function gba {
4949
function gbd {
5050
git branch --delete $args
5151
}
52-
function gbd {
53-
git branch -d $args
54-
}
5552
function gbda {
5653
$MainBranch = Get-Git-MainBranch
5754
$MergedBranchs = $(git branch --merged | Select-String "^(\*|\s*($MainBranch|develop|dev)\s*$)" -NotMatch).Line
@@ -469,9 +466,6 @@ function grrm {
469466
function grs {
470467
git restore $args
471468
}
472-
function grst {
473-
git restore --staged $args
474-
}
475469
function grset {
476470
git remote set-url $args
477471
}
@@ -605,9 +599,6 @@ function gupa {
605599
function gupv {
606600
git pull --rebase -v $args
607601
}
608-
function gupa {
609-
git pull --rebase --autostash $args
610-
}
611602
function gupav {
612603
git pull --rebase --autostash --verbose $args
613604
}

src/git-aliases-plus.psm1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ $FunctionsToExport = @(
185185
'gup',
186186
'gupa',
187187
'gupv',
188-
'gupa',
189188
'gupav',
190189
'gupom',
191190
'gupomi',

0 commit comments

Comments
 (0)