Setup GitHub on Visual Studio Code

Kajasumanie Kanapathipillai
1 min readDec 26, 2019

step 1: Create a directory on the local file system.

step 2: Create a repo on Github.

step 3:Copy the link

step 4: In Visual Studio Code, select File => Add Folder to Workspace => Select the newly created directory

step 4: Select Terminal Window

step 5: execute following code

  1. git config — global user.name yougithubusername
  2. git clone copiedlink

Thank you!!!!

--

--