简体   繁体   中英

How can I pull my code from github on to my vs code/computer?

I've had quite a lot of files this year and not enough space so I had to delete some things. However, I need to edit some of those files. I have the repo I need on my github, I just don't know the command or how to pull it on to my vscode to edit. Can anyone give me the steps on what to do?

Thank you

Couple of ways you can do this.

  1. git clone your repo to your local computer and open that folder with VScode
  2. Install extension where you can clone your repo using vscode.

VScode is an ide so you should be able to open any folder with it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2025 STACKOOM.COM