Chapter 6. Remote Collaboration
One of the key features of Git is that it allows collaboration with others. You can share your code through a Remote Repository with your team members and vice versa. This chapter will explain how to collaborate with others in a project through a Remote Repository on GitHub. The following lessons are covered in this chapter.
Lessons in this chapter
- Git Regular Workflow – Remote Collaboration
- Remote Collaboration Overview
- Link With Remote Repository – Git Remote
- Upload to Remote Repository – Git Push
- Download Remote Repository and Merge to Local Repository – Git Pull
- Get Remote Repository Information to Local Repository – Git Fetch
- Pull vs. Fetch
- Request for Review and Merge – Pull Request
- Merge Operation Using GitHub