https://blog.csdn.net/dujianxiong/article/details/78991166

git init
git add .
git commit -m "message info"
git remote add origin {shh or http address}
git remote -v
git push -u origin master

 

相关文章:

  • 2021-09-22
  • 2021-04-20
  • 2021-05-12
  • 2022-12-23
  • 2021-12-22
  • 2021-10-24
  • 2021-06-21
猜你喜欢
  • 2022-12-23
  • 2022-01-29
  • 2022-02-09
  • 2021-09-22
  • 2022-12-23
相关资源
相似解决方案