在项目中 大家一般都会用git管理工具管理大家的代码。今天就记录  如何在vscode中使用git。 

使用git 首先 你得在电脑上安装Git  在官网直接下载https://git-scm.com/downloads 安装程序即可。

打开vsCode 加入git插件VS中使用git


打开git工作区 VS中使用git


选中你得项目 VS中使用git


这样就可以提交代码到git仓库了,是不是很简单。

当然,大家也可以用命令行提交代码,哈哈哈哈~~


相关文章:

  • 2021-11-17
  • 2021-10-29
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
猜你喜欢
  • 2022-12-23
  • 2021-06-18
  • 2021-09-16
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2021-08-02
相关资源
相似解决方案