Learning pathway
Version control with Git
- Overview
- About this pathway
- Introduction to version control
- Setting up Git and GitHub
- Version control using Git
- Collaborating on a project using Git
- License and citation
All materials are free cultural works licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license, except where further licensing details are provided.
Share this with:
Collaborating on a project using Git
This module shows you how to work on collaborative projects in Git.
Learning outcomes
After this module you should be able to:
- Collaborate on a project using Git
- Solve conflicts in the project
Collaborating on a project using git
Here you learn how to clone a repository and how to work together on a project and how you can solve issues and conflict.
-
Clone a remote repository.
-
Collaborate by pushing to a common repository.
-
Describe the basic collaborative workflow.
Collaborating on a project using git
10503
More information about this resourceConflicts using Git
Here you learn how you can solve issues and conflict arise during a collaborative project.
-
Explain what conflicts are and when they can occur.
-
Resolve conflicts resulting from a merge.