mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-05 08:37:46 +00:00
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:
parent
3dc1141403
commit
db6396958a
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ export alias gpl = git pull
|
||||||
export def gpoat [] {
|
export def gpoat [] {
|
||||||
git push origin --all; git push origin --tags
|
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 gpr = git pull --rebase
|
||||||
export alias gpu = git push upstream
|
export alias gpu = git push upstream
|
||||||
export alias gpv = git push --verbose
|
export alias gpv = git push --verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue