GitHub Guides
https://guides.github.com/activities/hello-world/
Step:
1 Create a Repository
2 Create a Branch
3 Make and commit changes
4 Open a Pull Request
5 Merge your Pull Request
GitHub flow --> 对应GitHub Guides Step:2-5 的流程分析
https://guides.github.com/introduction/flow/
Step:
1 Create branch
2 Add commits
3 Open a Pull Request
: ) 您可以在开发过程中的任何时候打开“拉取请求”:当您的代码很少或没有代码,但想共享一些屏幕截图或一般性想法时,遇到困难需要帮助或建议时,或者准备为某人准备时查看您的工作。通过在Pull Request消息中使用GitHub的@mention系统,您可以要求特定人员或团队提供反馈。
4 Discuss and review your code
5 Deploy
6 Merge