Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.05 KB

File metadata and controls

25 lines (16 loc) · 1.05 KB

VSCode GitHub Config Instructions

  1. Log in to GitHub in VSCode

  • Choose Backup and sync settings
  • Click the Sign in button that appears in the top menu
  • Choose GitHub from the menu options
  • Authenticate in the browser when directed
  1. Open a PowerShell Terminal

  1. Apply the following commands, replacing your@school.email with your GitHub email address and replacing username with your GitHub username.
git config --global user.email "your@school.email"
git config --global user.name "username"
  1. Once you have followed these steps, you can commit, push, and pull from VSCode using the 'Source Control' menu. On your first commit, you may need to authenticate through the browser again.