1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Merge pull request #18619 from mmvanheusden/patch-2

Replace Atom with VSCode
This commit is contained in:
Janice
2022-06-15 11:33:39 +02:00
committed by GitHub

View File

@@ -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.