Can , I make pull request to Github from command line ? I saw some post pointing to git request-pull command. But it doesn't work. To clarify, it doesn't raise any error but if I see Github UI, it doesn't show pull request. Am I missing something or there is no way ? There is a related question on this site but unable to found suitable answer.
Below is the command , I tried from cli:
git request-pull origin/second_test https://github.com/XYZ/test123.git origin/master
As requested, the existing thread: Can you issue pull requests from the command line on GitHub?