git new obj

  1. git init
  2. git add README.md
  3. git add .
  4. git commit -m 'first commit'
  5. git remote add origin git@github.com:wq888/g888.git
  6. git push -u origin master
原文地址:https://www.cnblogs.com/xiangqc/p/11495003.html