Skip to content

Commit

Permalink
✨ Add $args to gprom
Browse files Browse the repository at this point in the history
  • Loading branch information
gluons committed Jun 30, 2024
1 parent 30841c3 commit 5971dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -434,5 +434,5 @@ function ggpnp {
function gprom {
$MainBranch = Get-Git-MainBranch

git pull --rebase origin $MainBranch
git pull --rebase origin $MainBranch $args
}

0 comments on commit 5971dc8

Please sign in to comment.