Skip to content

Instantly share code, notes, and snippets.

@josefdlange
josefdlange / mpr
Created November 21, 2019 19:03
Pull Request Generator
#!/bin/zsh
usage() {
echo "Usage: mpr [-h]"
printf "\n"
echo "Opens or creates a pull-request for the given branch."
echo "If branch is prefixed with a branch-type (feature/etc),"
echo "that will be used as a label upon creation."
printf "\n"
exit 2