GitHub
林弘祥
2019 / 09 / 26
本日課程簡介
- GitHub Desktop
- Review Markdown
- Build Website on GitHub
- Linus Torvalds 為管理Linux版本而開發
- 分散式檔案系統
- 快速, 可靠
- GNU GPLv2
Compare with Git Bash
git init
git add File
git commit
git log
Steps
Create repo on GitHub
Create folder name docs
Create index.md in th folder
Go to Setting>GitHub Pages
Set Source to master branch /docs folder