git init 

git init --bare  ''会将文档直接加上.git后缀 具体内容请渡

git add --all

git commit -m 'label'

git push --all  ''推上去

git pull --all  ''拉下来

相关文章:

  • 2021-09-09
  • 2021-10-12
  • 2021-12-04
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
猜你喜欢
  • 2021-08-11
  • 2021-11-20
  • 2021-05-19
  • 2021-11-11
  • 2022-01-26
  • 2022-12-23
  • 2021-09-06
相关资源
相似解决方案