Skip to content

Commit

Permalink
Merge pull request github#18619 from mmvanheusden/patch-2
Browse files Browse the repository at this point in the history
Replace Atom with VSCode
  • Loading branch information
janiceilene authored Jun 15, 2022
2 parents de847a1 + 28b8440 commit 12c8a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/get-started/quickstart/contributing-to-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gh repo fork <em>repository</em> --clone=true

## Making and pushing changes

Go ahead and make a few changes to the project using your favorite text editor, like [Atom](https://atom.io). You could, for example, change the text in `index.html` to add your GitHub username.
Go ahead and make a few changes to the project using your favorite text editor, like [Visual Studio Code](https://code.visualstudio.com). You could, for example, change the text in `index.html` to add your GitHub username.

When you're ready to submit your changes, stage and commit your changes. `git add .` tells Git that you want to include all of your changes in the next commit. `git commit` takes a snapshot of those changes.

Expand Down

0 comments on commit 12c8a81

Please sign in to comment.