Git: Fork Repository to Contribute to Other’s Projects
This article shows how you can for a git repo and push your code contribution by creating a pull request (PR). Clone vs Fork Clone Cloning is done directly to the local machine. Updates made to the origin/source repository can be pulled to the local machine (local repo). Fork Forking is done from origin/source repository … Read more