首先要一个github 账号

[email protected]

name : aisouziyuan

密码: wjwly*******(这个我自己知道)

然后创建个仓库

笔记备注,git

在本地clone 一下

笔记备注,git

复习下git 命令

git add .纳入到本地仓库管理中

git commit -m "sdsdf" 提交到本地仓库中

git push 推送到远程,也就是github 中

git pull 从远程拉回来!

我又用了git branch testing 创建 testing  分支

git checkout testing  切换分支

___________________________________________

实际使用中,git push ,你要正确输入用户名,邮箱 和密码!

笔记备注,git

桌面有vue3 文件夹了,我还要新建个vue3的脚手架,同样名字,这个时候选择合并,这样git 也起作用了

如果vue 脚手架装好就串起来了

 

 

 

 

相关文章:

  • 2022-12-23
  • 2022-01-06
  • 2021-11-23
  • 2021-10-10
猜你喜欢
  • 2021-09-19
  • 2021-05-27
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2021-10-20
  • 2022-01-16
相关资源
相似解决方案