当前位置:   article > 正文

vs code中配置git(source control工具)及git提交代码_vs中的source control

vs中的source control

file->preferences->settings
在这里插入图片描述
增加如下git.path的配置,如下:
{
“editor.fontSize”: 16,
“files.autoSave”: “off”,
“editor.wordWrap”: “on”,
“git.ignoreMissingGitWarning”: true,
“git.path”: “D:/git/Git/bin/git.exe”
}

git提交代码:
git status
git add .
git commit -m “first day”
git push

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/article/detail/54248?site
推荐阅读
相关标签
  

闽ICP备14008679号