先在github上注册号账号以及相关仓库

windows 提交git

 

windows 提交git

 

 

 

1,https://git-scm.com/downloads

2,windows 提交git

3,本地文件夹目录下(自己需要上传的目录)

windows 提交git

4,创建配置信息 并查看

$ git config --global user.name xufei   

$ git config --global user.email [email protected]

windows 提交git

 

5,初始化文件目录 

$ git init

windows 提交git

6,$ git add .  添加上传的目录文件  . 代表当前目录全部文件

7,版本描述

windows 提交git

8,直接推流上github

windows 提交git

9,推之前记得git pull --rebase origin master否则会因为文件不匹配报错

 

 

相关文章:

  • 2021-09-22
  • 2022-12-23
  • 2021-11-19
  • 2022-01-07
  • 2022-01-07
  • 2021-08-19
  • 2021-08-27
猜你喜欢
  • 2021-06-18
  • 2022-12-23
  • 2021-11-23
  • 2021-09-19
  • 2022-12-23
相关资源
相似解决方案