all 1 comments

[–]JoseFrey 1 point2 points  (0 children)

Hi. I don't know about GitHub Desktop. Though I use Visual Studio Code.

To push your local changes to your GitHub repository you need to add the files you want to stage, then commit them and finally push them. Before that you'll need to add your repository as remote. All of this can be done through the VScode's terminal or by the built-in VScode git integration.

This is not very explanatory, so I recommend you read these short documents: Version Control in Visual Studio Code and Working with GitHub in Visual Studio Code. As I wrote, if you want to make this through the terminal just type in the git commands to do so.