Home  >  Article  >  Development Tools  >  How to upload the project to github with vscode

How to upload the project to github with vscode

王林
王林Original
2019-12-31 16:08:337251browse

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)

How to upload the project to github with vscode

2. Create a new folder on the desktop, for example:

How to upload the project to github with vscode

#3. Open this folder in vs code, enter the git clone address to get your project on GitHub

How to upload the project to github with vscode

4. After obtaining the project, there are the following files in the desktop folder

How to upload the project to github with vscode

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn