美文网首页
git 的简单使用

git 的简单使用

作者: Kathy丶Andy | 来源:发表于2017-09-28 23:42 被阅读0次
image.png

去github上创建个新项目

image.png

点击 创建

image.png

复制这个地址接下来我们会用到
进入一个你想要上传Git远程的项目,鼠标右键 Git Bash Here

image.png

这里输入git clone 刚才那个地址,回车之后会发现

image.png

把这个文件拖到vscode


image.png

按ctrl+enter

image.png

点击之后会有 推送 相当于命令git push

这时候发现已经上传成功


image.png

更新代码 vscode 拉取 命令git pull

简单的git使用

相关文章

网友评论

      本文标题:git 的简单使用

      本文链接:https://www.haomeiwen.com/subject/bkkbextx.html