Course Overview
This hands-on course teaches participants how to integrate Git and GitHub into their daily command-line workflow. Git operations, customizations of Git functionality, and how to connect to Git via Eclipse are covered as well.
Course Objectives
Upon completion of this course, participants will be able to:
Install and run Git
Describe basic concepts of Git version control
Work on multiple branches
Optimize merging and fixing merge conflicts
Create and manage GitHub repositories
Collaborate using GitHub
Who Should Attend?
This course is designed for developers who want to learn about Git and GitHub.
- Top-rated instructors: Our crew of subject matter experts have an average instructor rating of 4.8 out of 5 across thousands of reviews.
- Authorized content: We maintain more than 35 Authorized Training Partnerships with the top players in tech, ensuring your course materials contain the most relevant and up-to date information.
- Interactive classroom participation: Our virtual training includes live lectures, demonstrations and virtual labs that allow you to participate in discussions with your instructor and fellow classmates to get real-time feedback.
- Post Class Resources: Review your class content, catch up on any material you may have missed or perfect your new skills with access to resources after your course is complete.
- Private Group Training: Let our world-class instructors deliver exclusive training courses just for your employees. Our private group training is designed to promote your team’s shared growth and skill development.
- Tailored Training Solutions: Our subject matter experts can customize the class to specifically address the unique goals of your team.
Course Prerequisites
There are no prerequisites for this course.
Agenda
1 - INTRODUCTION
- Introduction to Version Control Systems
- The Birth of Git and Why Git?
- What is GitHub?
- GitHub Repository Concepts
2 - GETTING STARTED WITH GIT
- Installing and Running Git
- The Git command Line
- Configuration Files
- Creating your First Git Repository
- Staging Area
- Git Commit
- Viewing History
- Creating Aliases and Shortcuts
- Hands-on Lab Session
3 - GETTING STARTED WITH GITHUB
- Creating and Configuring a Repository in GitHub
- Uploading your Repository to GitHub
- Understand Repository’s Main Page
- Using the README
- Hands-on Lab Session
4 - FILE MANAGEMENT IN GIT LOCALLY
- The Index
- File Classifications in Git
- Rename a File
- Delete a File
- Ignore Files using .gitignore File
- Hands-on Lab Session
5 - COLLABORATION ON PULL REQUESTS
- Cloning and Forking Repositories
- Creating a Pull Request
- Collaborating a Pull Request
- Merging on a Pull Request
- Working with Branches
- Hands-on Lab Session
6 - INTEGRATING GITHUB WITH ECLIPSE
- Introducing EGit Plugin
- Configuring GitHub in Eclipse
- Working with Eclipse
- Hands-on Lab Session
7 - REVIEWING AND CONFIGURING A PROJECT ON GITHUB
- Configuring a Repository
- Adding Collaborators
- Creating Organizations
- Managing Teams
- Introducing Issues
8 - MERGING, REBASING AND RESOLVING CONFLICTS
- Merging Branches
- Git diff and Commit Ranges
- Working with Merge Conflicts
- Merge Strategies
- Introduction to Rebasing
- Rebasing Branches
- Reverting and Fixing Bad Commits
- Hands-on Lab Session