git添加本地代码到远程仓库

  • git init
  • git add .
  • git commit -m "init"
  • git remote add origin http://172.30.3.12/pm/estimate-assets.git
  • git push origin master

20210406

原文地址:https://www.cnblogs.com/forthelichking/p/14622651.html