随笔分类 - github
摘要:1 Create a new repository on the command line 2 3 touch README.md 4 git init 5 git add README.md 6 git commit -m "first commit" 7 git remote add origin https://github.com/itdazhu/itdazhu.git 8 git push -u origin master 9 Push an existing repository from the command line10 11 git remote add
阅读全文

浙公网安备 33010602011771号