sophiazhu

1,git clone url

拉取代码至本地

2,mkdir 文件夹名称

在本地创建文件夹

3,cd 文件夹名称

git init

初始化文件夹

vi .gitkeep

创建.gitkeep文件,内容如下

# Ignore everything in this directory 
* 
# Except this file !.gitkeep 

4,回到上级目录,git add .

5,git commit -m \'提交信息\'

6,git push origin master

分类:

技术点:

相关文章:

  • 2021-11-20
  • 2021-07-25
  • 2021-08-21
  • 2022-01-07
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-05
  • 2022-01-16
  • 2022-01-07
  • 2022-01-07
相关资源
相似解决方案