I cloned a Github repo, made some changes, now I need to commit them and send a pull request. How do I turn my clone into a fork?
To make changes to an existing pull request, make the changes to your local branch, add a new commit with those changes, and push those to your fork. GitHub will automatically update the pull request.
Go to the github repo, then click "fork". Now you have a fork :) Now you need to push your changes to your fork and send the pull request via github
git remote add myfork [email protected]:MyUsername/MyForkRepository.git
git push myfork master
From there you can send the pull request very easy.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With