Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to upload a local project to github by vscode

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you vscode how to upload local projects to github, I believe that most people do not know much about it, so share this article for your reference, I hope you will learn a lot after reading this article, let's go to know it!

Upload local projects to github

1. Create a local warehouse

At this point, you can find that there is a .git folder in the folder, which is used by Git to track and manage the version library. If you can't see it because it hides the file by default, then you need to set it up to make the hidden file visible.

2. Submit the project to the local warehouse

3. Establish contact with github remote warehouse

Git remote add origin https://gitlab.com/Happiness/hellod.git

4. Push the project to the main branch master

Git push-u origin master

5. Push the project to the branch, such as the devCode branch

Create a branch

Git branch devCode

Switch branch

Git checkout devCode

6. Add branches to github

Git push-set-upstream origin devCode above are all the contents of this article entitled "how vscode uploads local projects to github". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report