Setup GitHub on Visual Studio Code
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
- git config — global user.name yougithubusername
- git clone copiedlink
Thank you!!!!