Add git options to create MRs

This commit is contained in:
Trevor Vallender 2023-06-06 11:07:44 +01:00
parent c76584670f
commit faabe0838d
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
last = log -1 HEAD
pf = push --force
pmr = push -o merge_request.create -o merge_request.assign="trevor" -o merge_request.remove_source_branch
pmrd = pmr -o merge_request.draft
pushup = !git push -u origin $(git symbolic-ref --short HEAD)
rbd = rebase develop
rbi = rebase -i # Useful for squashing commits