From 91ec93ce21190cf54663a0e59e9219fde143c89d Mon Sep 17 00:00:00 2001 From: Zeb Tim Girouard Date: Thu, 5 Jan 2017 12:32:36 -0700 Subject: [PATCH] Update readme.md --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index d910d09..eaa2c8b 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,8 @@ Location: SF ![](https://ga-dash.s3.amazonaws.com/production/assets/logo-9f88ae6c9c3871690e33280fcf557f33.png) + + # GitHub Collaboration @@ -64,6 +66,8 @@ into master. interfering. When a feature is complete, it can be merged back into master. 3. To allow easy bug fixes on a stable version while features are being developed. + + ## `git fetch`, `git merge`, and `git pull` @@ -91,6 +95,10 @@ There are two main scenarios for collaborating on coding projects: **For this project, you should be collaborators!** + + + + ## Practice: Create and resolve a merge conflict @@ -112,6 +120,8 @@ What happens if two people on a team change the same file? Merge conflicts (oft 10. Finally, go back to the GitHub repository and accept Partner2's pull request (there should not be any merge conflicts any more). 9. Feel free to delete this practice repository from your local machine and from GitHub. This workflow was intentionally sloppy and I'm hoping that you learned a little bit of what *not* to do. + + ## Talking Points for Teams