当前位置:   article > 正文

Using Git in VS Code_using git source control in vs code

using git source control in vs code

Using Git in VS Code

Reference from VS Code official docs Using Version Control in VS Code.

  1. Install VS Code.
  2. Install Git.
  3. Open “Source Control”(Ctrl+Shift+G). Now you can use Git in VS Code.

Common Questions

Error dialog: Make sure you configure your “user.name” and “user.email” in git."

You can run below command to configure it.

$ git config --global user.email "you@example.com"
$ git config --global user.name "Your Name"<
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/723204
推荐阅读
相关标签
  

闽ICP备14008679号