rm -rf .git
git init
git add .
git commit -m "Initial commit"
git remote add origin <github-uri>
git push -u --force origin master
 

相关文章:

  • 2021-04-25
  • 2022-01-09
  • 2021-11-29
  • 2021-12-13
猜你喜欢
  • 2021-08-01
  • 2021-07-09
  • 2021-07-08
  • 2021-05-18
  • 2021-12-16
  • 2021-08-04
相关资源
相似解决方案