git的使用
Git的一般使用流程
?
git init
git add .git commit -m "first commit"
$ git remote add origin git@github.com:demo.git$ git push origin master