15. Git More Collaboration¶
- 15.1. What is Git?
- 15.2. Repositories and Commits
- 15.3. Remote Repositories
- 15.4. Git Branches
- 15.5. Merging in Git
- 15.6. Exercises: Git
- 15.7. Studio: Communication Log
- 15.7.1. Getting Ready: Code Together
- 15.7.2. Overview
- 15.7.3. Step 1: Create a New Repository
- 15.7.4. Step 2: First Commit
- 15.7.5. Step 3: Share Your Repository On GitHub
- 15.7.6. Step 4: Clone a Project from GitHub
- 15.7.7. Step 5: Add A Collaborator To A GitHub Project
- 15.7.8. Step 6: Join the Project and Push
- 15.8. Studio: Communication Log (continued)
- 15.9. Bonus Mission: Merge Conflicts!