Skip to content

Commit

Permalink
🔀 Merge pull request #40 from shyallegro/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gluons authored Jun 30, 2024
2 parents cee20a1 + 564c64f commit 13645fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/aliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,9 @@ function gunwip {
function gup {
git pull --rebase $args
}
function gupa {
git pull --rebase --autostash $args
}
function gupv {
git pull --rebase -v $args
}
Expand Down
1 change: 1 addition & 0 deletions src/git-aliases.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ $FunctionsToExport = @(
'gunignore',
'gunwip',
'gup',
'gupa',
'gupv',
'glum',
'gvt',
Expand Down

0 comments on commit 13645fc

Please sign in to comment.