GIT CLI Create Merge Request
I was looking for a way to generate a git merge request via CLI, and found that GIT version 2.10 and higher finally support merge requests this way. Being a command line person, I hated doing a commit via cli then opening a web page to create a merge request, this seemed antiquated.
GIT push options are available with GIT 2.10 or newer
This example pushes changes to the branch Test
to be merged with master
Note: if you are running GIT 2.10 - 2.17 use --push-option
instead of -o