赞
踩
打开设置setting
搜索git.psah
点击 在setting.json中配置
输入对应的 git下载地址
在git.bash中设置密码 用户 邮箱
git config --global user.name “用户名”
git config --global user.password “密码”
git config --global user.email “用户邮箱”
然后输入 git config --global credential.helper store
使得vscode 记住 git的密码
使用:
1、点击分支 2、点击 “+” 号 相当于 git add . 3、点击 “√” 号后输入提交信息 相当于 git commit - m " " 4、点击 “…” 然后 推送
![在这里插入图片描述](https://img-blog.csdnimg.cn/20210607131855508.png
注意:写代码前 先拉取分支
点击 “…” 点击拉取
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。