Git and GitHub
- Course Code GITHUB
- Duration 2 days
Course Delivery
Jump to:
Course Delivery
This course is available in the following formats:
-
Public Classroom
Traditional Classroom Learning
-
Virtual Learning
Learning that is virtual
Request this course in a different delivery format.
Course Overview
TopGit is the most widely used version control system,and GitHub is the most popular hosting service for Git repositories. Millions of developers use these tools daily to collaborate with their colleagues.
This course comprises sessions dealing with version control systems,how Git works,installation,managing a local repository,branching,merging,resolving conflicts,pushing to and pulling from a remote repository,rebasing,getting set up on GitHub,forking,pull requests,and managing repositories on GitHub.
Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.
Virtual Learning
This interactive training can be taken from any location, your office or home and is delivered by a trainer. This training does not have any delegates in the class with the instructor, since all delegates are virtually connected. Virtual delegates do not travel to this course, Global Knowledge will send you all the information needed before the start of the course and you can test the logins.
Course Schedule
Top-
- Delivery Format: Virtual Learning
- Date: 15-16 January, 2026 | 9:30 AM to 5:00 PM
- Location: Virtual (GMT Standa)
- Language: English
Target Audience
TopThis course will benefit developers who are required to collaborate using Git and GitHub,and any team member otherwise requiring some level of awareness of how these tools work and the associated workflows and best practices.
Course Objectives
TopThis course aims to provide the delegate with the skills and knowledge necessary to be able to collaborate on a project under version control,specifically with Git and GitHub.
Course Content
TopCourse Introduction
- Administration and Course Materials
- Course Structure and Agenda
- Delegate and Trainer Introductions
Session 1: GETTING STARTED
- What is a VCS?
- The types of VCS
- A short history of Git
- Git vs. Subversion et al.
- The three file states
- The working tree,staging area,and Git DB
- The basic workflow
- Installing Git
- Git config
- Getting help
Session 2: GIT BASICS
- What is a repo?
- Creating and cloning repos
- Tracked vs untracked files
- Checking status
- Staging new and modified files
- Ignoring files and directories
- Viewing changes
- Committing changes
- Removing files
- Renaming files
- Viewing commit history
- Undoing changes
- Managing remotes
- Tagging
Session 3: BRANCHING
- What is branching?
- Commit objects
- Branches
- The master branch
- Creating a new branch
- HEAD
- Switching between branches
- Divergent history
- Merging
- Resolving conflicts
- Deleting a branch
- Branch management
- Workflows
- Remote branches
- Pushing
- Tracking branches
- Pulling
- Rebasing
- Stashing
Session 4: GITHUB
- What is GitHub?
- Getting set up
- The GitHub flow
- Pull requests
- No fast-forward merge
- Keeping up with upstream
- Creating a new repo
- Adding collaborators
- Free and paying GitHub accounts
- Changing the visibility of a repo
- Deleting a repo
Course Prerequisites
TopDelegates attending this course should be computer literate and will ideally have some experience working at the command line though this is not essential.