- Learn Git
- Learn version control with Git
- Learn basic Git commands
- Signing up for a new GitHub account
- Join trunk-studio organizations / teams
- Cloning
sandboxrepository to your local disk - Create a personal folder named
"______"insandbox,"______"is your github account name. e.g.johnliu
未來我們進行任何的專案開發,原始碼皆會以 Git 進行控管,請利用半天的時間瞭解 Git 的基本操作指令。
版本控制
- 開一個分支 intern/your_id
- 做一點修正
- 發 pull request
- pull request 對象為 mater
- fork 回去自己的 github
- 新增一個自己 id 的 md 檔
- 發 pull request 要求 merge 到 https://github.com/trunk-studio/sandbox 之 master branch
版本控管流程
更新從Github上fork出來的repository