mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-24 03:32:33 +01:00
[scripts] add 'push --force' to pull-request
This commit is contained in:
parent
799a8206ad
commit
4d6ec6958d
@ -41,6 +41,10 @@ case "${2,,}" in
|
||||
call git push "$USER" HEAD:"$BRANCH"
|
||||
;;
|
||||
|
||||
"pf"|"push-force")
|
||||
call git push --force "$USER" HEAD:"$BRANCH"
|
||||
;;
|
||||
|
||||
"d"|"delete")
|
||||
call git switch master
|
||||
call git branch -D "$USER-$BRANCH"
|
||||
|
Loading…
Reference in New Issue
Block a user