Git & GitHub Help/How-To
Git Download: https://git-scm.com/downloads
Cloning the repository



How can we create repositories?





If your repository is private, you should add your collaborators to your repository so they have access too (which you can now do with your newly created repo). The instructions for that are here. Only the creator of the repository can add collaborators!
Make your repositories PRIVATE unless stated otherwise (e.g hack challenge)
Making the change


Committing and pushing the change


Creating the pull request
Updating your local files

Last updated
Was this helpful?