1、切换到项目所在文件夹下:git int

2、git add -A

3、git commit -m '11'

4、git remote add origin https://github.com/guyibang/TEST2.git

5、git push orgin master

 

 

git push -f origin master  强制push,慎用,会覆盖服务器代码和log。

相关文章:

  • 2021-11-18
  • 2022-12-23
  • 2021-07-03
  • 2021-07-28
  • 2021-12-21
  • 2022-03-14
  • 2021-06-03
  • 2022-12-23
猜你喜欢
  • 2021-10-18
  • 2022-12-23
  • 2022-03-14
  • 2021-08-15
  • 2021-10-28
  • 2021-05-31
  • 2021-11-15
相关资源
相似解决方案