I\'ve cloned a project, and pushed a branch with just a renamed readme file to README. I am trying to create a pull-request on the command line, just to try PR from here ins
With Github's new official CLI (command line interface):
gh pr create --base master --title "My first cli PR" --body "What did I do?"
See additional details and options and installation instructions.