-
- 實作功能務必先開新分支
git checkout -b 你的分支名稱。
- 每次修改完送的
Pull Request不要切的太大顆。 - 每次
Pull Request請每一位組員們看過,留下comment。 - 最後一位comment的人負責
git merge。
- 實作功能務必先開新分支
-
- 如果有其他人送的
Pull Request已經被git merge進主分支,請常常git pull,讓你的本地repo盡量跟遠端origin/master同步。
- 如果有其他人送的
-
- 如果修改的部分和遠端
origin/master相差太多,請善用git rebase功能!
- 先
git pull,讓你的本地repo跟遠端同步。 - 切換
HEAD到origin/master - 再把你修改的那一段
git rebase到遠端上。
- 如果修改的部分和遠端
https-github-com-tingtinghsu/practice_demo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
