Github入门

GitHub Learning Lab 官网https://lab.github.com/courseshtml Git经常使用命令git 1 // git在本地建立仓库 2 git init 3 echo "Hello World!" > README.md 4 git add -A 5 git commit -m "my first commit" 6 // 而后去Github建立
相关文章
相关标签/搜索