⇦ Back to: Issue | ⇧ Overview | ⇨ Next: Branch

Clone the repository, making a copy on your computer

You need to load the repository (and all its history) on your computer before you can begin to change it.

<aside> 🕵️‍♂️ You can modify individual files on GitHub directly, using the built-in editor. However, most of the time, you’ll want to do this on a computer.

</aside>

Using GitHub Desktop

Using the GitHub Command Line Tool gh

Login to GitHub by calling:

gh auth login

💡 We no longer recommend using self-generated public keys (like ~/.ssh/id_rsa.pub) to authenticate on GitHub. The modern authentication schemes using tokens, and incorporating 2FA, are more secure, especially in shared systems like Oscar. gh uses these tokens.