Add git merge merge request on sucess alias

Works for gitlab.com, will merge a MR when the pipeline has finished
running sucessfully.
This commit is contained in:
Marty Oehme 2020-02-02 16:13:51 +01:00
parent 752f170caf
commit 87308cbce9
3 changed files with 77 additions and 1 deletions

View file

@ -61,9 +61,11 @@ if exist git; then
alias gf='git fetch'
alias gl='git pull'
alias gpn='git push --dry-run'
alias gp='git push'
alias gpf!='git push --force'
alias gpm='git pushmerge'
alias grv='git remote -v'