Add git push origin --delete aliases (#659)

The --dry-run option is moved to gpy — I feel like it's not such a
useful command.
This commit is contained in:
fnuttens 2023-11-07 15:38:29 +01:00 committed by GitHub
parent 3dc1141403
commit db6396958a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,8 @@ export alias gpl = git pull
export def gpoat [] {
git push origin --all; git push origin --tags
}
export alias gpod = git push origin --delete
export alias gpodc = git push origin --delete (git_current_branch)
export alias gpr = git pull --rebase
export alias gpu = git push upstream
export alias gpv = git push --verbose