Update git alias(function)

This commit is contained in:
Shockwave 2023-10-29 10:09:40 +08:00
parent 2d7b2410e8
commit ac0d16ff1b
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ function gunwip {
git reset HEAD~1
}
function gup {
function gpr {
git pull --rebase $args
}