Explore how to edit a GitHub repository directly using Visual Studio Code in a web browser without having to download any app or the repository itself.
This exercise is excerpted from Noble Desktop’s Git & GitHub training materials and is compatible with updates through 2022. To continue learning web development with hands-on training, check out our coding bootcamps in NYC and live online.
Editing a GitHub Repo Directly With Nothing to Download
Visual Studio Code was built with using web tech, so you can use it in a web browser directly on github.com without having to download an app or the repo.
- Log into github.com
- Navigate to the GitHub repo you want to edit.
- Hit the period key (.) to open the web version of Visual Studio Code right in your browser. Nothing must be downloaded!
- Open files, make any edits, etc.
- When you commit, the changes will automatically be pushed to the repo. Sweet!