在想要下载的文件夹下,鼠标右键,git bash

1、输入git init 进行初始化

2、git remote add origin https://gitee.com/XXXXXXXXXXXXXX/XXXX

3、添加上传文件夹 git add .  //整个文件夹都上传

4、git commit - m '上传备注'   //提交代码

5、git pull origin master      //将代码下载到本地

6、git push origin master    //将本地仓库推送到远程仓库

相关文章:

  • 2022-01-17
  • 2021-08-14
  • 2022-12-23
  • 2021-04-01
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-05
  • 2021-12-03
  • 2021-11-02
  • 2021-10-06
  • 2021-08-16
  • 2021-05-12
相关资源
相似解决方案