How to add local files to a GitHub Desktop repository then commit and push changes to GitHub.
- Open GitHub Desktop and choose the repository
- Copy or create files inside the local repository folder
- Switch back to GitHub Desktop to view changes
- Select files to stage by checking the boxes
- Write a clear commit message and click Commit to main
- Click Push origin to upload changes to GitHub