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

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