Home > Development Tools > VSCode > body text

How to upload the project to github with vscode

王林
Release: 2019-12-31 16:08:33
Original
7194 people have browsed it

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 地址
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!