Home > Article > Development Tools > How to upload the project to github with vscode
1. Create a new project warehouse on GitHub (there will be an address after the new creation is completed. This is very important. It will be referred to as the address below)
2. Create a new folder on the desktop, for example:
#3. Open this folder in vs code, enter the git clone address to get your project on GitHub
4. After obtaining the project, there are the following files in the desktop folder
5. Put the file to be uploaded Go to the desktop folder
6. Refresh the project, go to vs code and execute the following command
git remote add origin 地址
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of How to upload the project to github with vscode. For more information, please follow other related articles on the PHP Chinese website!