In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "how to use Visual Studio Code git". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn how to use Visual Studio Code git.
What's the use of vscode?
Visual Studio Code is a cross-platform editor running on OS X, Windows and Linux, designed to write modern web and cloud applications. It provides developers with built-in support for a variety of programming languages, and as Microsoft pointed out in keynote at the Build conference, the editor will also provide rich code completion and navigation capabilities for these languages.
The use of the Visual Studio code git is as follows:
1. Create a github account
two。 Execute commands in vscode
Echo'#C-Tests'README.md
Gitinit
GitaddREADME.md
Gitcommit-m'firstcommit'
Gitremoteaddorigin https://github.com/harryluo163/C-Tests.git
Gitpush-uoriginmaster will let you execute the password that belongs to this account, vscode.
Follow the prompts to download git
1. Installation
Git:
Global configuration
Git config-global user. Name 'your name'
Globaluser.emailYourName@gmail.com View configuration
Gitconfiguser.name
Gitconfiguser.email or
Gitconfig-list or check files
~ / gitconfig3. Go back to the vs code, open the git workspace, and you'll see all the code shown here.
4. Then enter a random message in the message box as prompted, and then press ctrl enter to submit
5. Then push all temporary code to the cloud
6. Open github, it has changed
Thank you for your reading, the above is the content of "how to use Visual Studio Code git", after the study of this article, I believe you have a deeper understanding of how to use Visual Studio Code git, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.