How do I create and/or send a pull request to another repository hosted on GitHub?
I've started a project to help people making their first GitHub pull request. You can do the hands-on tutorial to make your first PR here
The workflow is simple as
git clone git checkout -b branch-namegit commitgit push origin branch-nameCompare and pull request button