0

How can we create pull request from command line git, and see the diffs side by side.

kanaparthikiran
  • 523
  • 12
  • 15
  • 3
    Does this answer your question? [Can you issue pull requests from the command line on GitHub?](https://stackoverflow.com/questions/4037928/can-you-issue-pull-requests-from-the-command-line-on-github) – kapsiR Apr 09 '20 at 21:49
  • https://stackoverflow.com/search?q=%5Bgit%5D+diff+side+by+side – phd Apr 09 '20 at 21:51
  • Thanks that is what I was looking for. – kanaparthikiran Apr 10 '20 at 05:33

1 Answers1

1

Looks like this has already been asked and answered (mostly)

https://stackoverflow.com/a/27335800/9146188

"Git now ships with a subcommand 'git request-pull' [-p] <start> <url> [<end>]

You can see the docs here

MrRobot
  • 72
  • 1
  • 5