GitHub in VS Code
GitHub in VS Code
Create a GitHub Repository
Initialize a Local Repository
- Open your project folder in VS Code.
- Go to the Source Control view.
- Click the Initialize Repository button.
Publish to GitHub
- After initializing, make a README.md file or make some changes.
- Commit your changes.
- Once committed, click the Publish Branch (or Publish to GitHub) button.
- Select a public or private repository.
This post is licensed under CC BY 4.0 by the author.