This session: Collaboration on GitHub / GitLab
This session: Collaboration on GitHub / GitLab
![]()
Image from Techdobz
Learning objectives
Remotes - Advanced
💡 You know the purpose and components of a Pull Request.
💡 You know how to collaborate using the popular workflow strategy GitHub flow.
💡 You know the purpose and components of a README
file.
💡 You can fork a repository.
💡 You can create a Pull Request from a forked repository.
💡 You can protect your main
branch.
Issues
💡 You understand the purpose of GitHub Issues.
💡 You can create and manage Issues.
💡 You can reference an Issue in another issue.
💡 You can close an Issue with a commit or pull request.
Cheatsheet
git remote |
Manages remote repositories |
git clone |
Creates a local copy of a repository |
git pull |
Fetches and merges the latest changes from a remote repository into the current branch |
git fetch |
Updates remote tracking branches |
git push |
Uploads local commits to a remote repository |