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建立
相關文章
相關標籤/搜索