I'd like to create a bash script that creates a pull request for the repo I'm in.
I can determine the ssh url using `git remote -v`
this give me ssh://git@gitserver:7999/myproject/myrepo.git
I need the https url, project & repo-slug for the pull request api call.
Is there a way to get this info from my repo