Ghost4C-QH

1.新建一个本地 repository文件夹

2.将想要 托管的项目或文件 复制到repository 文件夹下

2. 右键 git bash here 输入命令 git init 生成本地仓库

4..输入 git add . (添加所有文件)

5.输入 git status -s 查看文件添加状态

6.输入 git commit -m "say something"(双引号 中内容任意)

7.输入 git remote add origin url(相应仓库的 ssh)

8.输入 git push -u origin master

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-25
  • 2021-08-07
  • 2021-11-30
  • 2021-10-23
  • 2021-07-14
猜你喜欢
  • 2021-05-05
  • 2021-12-01
  • 2021-10-07
  • 2021-12-01
  • 2021-11-29
  • 2021-09-03
  • 2021-12-10
相关资源
相似解决方案