This commit is contained in:
Sean Spearman 2017-06-06 09:55:18 +00:00 committed by GitHub
commit eeb3f490f4

View file

@ -29,6 +29,8 @@ if [ -n "$1" ]; then
echo "'git open issue' expect branch naming to be issues/#123" 1>&2
exit 1
fi
elif [ "$1" == "pr" ]; then
echo "my man!";
else
remote="$1"
fi