sociomantic-tsunami / git-hub

Git command line interface to GitHub
GNU General Public License v3.0
127 stars 45 forks source link

pull: Verify the existence of the base branch #297

Closed llucax closed 3 years ago

llucax commented 3 years ago

When creating a PR, we first query GitHub to check if the base branch exists, and show a more meaningful error when it doesn't.

Fixes #92.

llucax commented 3 years ago

Thanks for having a look and the suggestion!