For Learning Process How to Fork and Push to make Pull Requrest Go to Fork Org Repo Clone to Local Change the origin remote to point to your forked repository: < git remote set-url origin https://github.com/yourGithubUserName/study-O-code.git > Make a change and < git push origin >