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:
parent
752f170caf
commit
87308cbce9
3 changed files with 77 additions and 1 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue