⇦ Back to: Issue | ⇧ Overview | ⇨ Next: Branch
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>
Navigate to the repository page on GitHub.
Press the “Code” button
Press the “Open with GitHub Desktop” Button
Follow the prompts on screen
gh
Login to GitHub by calling:
gh auth login
GitHub.com
HTTPS
Y
Login with a web browser
AB12-34CD
.Authorize github
.💡 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.