0.0 (0)
IT and Software Personal Development

Git and GitHub Training

Overview: Git and GitHub Training Welcome to "Git and GitHub Training!" This course offers a comprehensive introduction to version control with Git a...

Img

52 Lesson

Img

6hr 19min

Img

4 students enrolled

Overview: Git and GitHub Training

Welcome to "Git and GitHub Training!" This course offers a comprehensive introduction to version control with Git and collaboration platforms like GitHub. Whether you're a beginner or an experienced developer, mastering Git and GitHub is essential for efficient project management and collaboration in software development. From basic version control concepts to advanced Git workflows, this course will equip you with the skills needed to effectively manage and collaborate on projects using Git and GitHub.
  • Interactive video lectures by industry experts
  • Instant e-certificate
  • Fully online, interactive course with Professional voice-over
  • Developed by qualified first aid professionals
  • Self paced learning and laptop, tablet, smartphone friendly
  • 24/7 Learning Assistance
  • Discounts on bulk purchases

Main Course Features:

  • Step-by-step tutorials covering Git fundamentals, including repository management, branching, merging, and conflict resolution
  • Hands-on exercises and projects to practice Git commands and workflows in real-world scenarios
  • Guidance on setting up Git repositories, configuring user settings, and working with remote repositories on GitHub
  • Exploration of advanced Git features such as rebasing, tagging, and submodules
  • Tips for integrating Git into your development workflow and using GitHub for collaboration and code review
  • Access to resources and tools for optimizing Git usage and troubleshooting common issues
  • Supportive community forums for collaboration, feedback, and troubleshooting
  • Regular assessments and quizzes to track progress and reinforce learning

Who Should Take This Course:

  • Software developers, engineers, and programmers looking to learn Git and GitHub for version control and collaboration
  • Project managers and team leads responsible for managing and coordinating software projects
  • Students pursuing degrees or careers in computer science, software engineering, or related fields
  • Anyone interested in improving their software development workflow and collaborating effectively with others

Learning Outcomes:

  • Understand the fundamentals of version control and the benefits of using Git and GitHub
  • Gain proficiency in using Git commands and workflows for managing code changes and collaborating on projects
  • Set up Git repositories, configure user settings, and work with remote repositories on GitHub
  • Implement best practices for branching, merging, and resolving conflicts in Git
  • Utilize advanced Git features such as rebasing, tagging, and submodules to streamline development workflows
  • Collaborate with peers and contribute to projects effectively using GitHub's collaboration features
  • Build a portfolio of projects showcasing proficiency in Git and GitHub usage
  • Improve productivity and efficiency in software development through effective version control and collaboration practices.

Certification

Once you’ve successfully completed your course, you will immediately be sent a digital certificate. All of our courses are fully accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Assessment

At the end of the Course, there will be an online assessment, which you will need to pass to complete the course. Answers are marked instantly and automatically, allowing you to know straight away whether you have passed. If you haven’t, there’s no limit on the number of times you can take the final exam. All this is included in the one-time fee you paid for the course itself.
Course Content
52 Lectures 6hr 19min
  • ImgCourse Overview

  • ImgCourse Content

  • ImgBefore Starting: Prerequisites

  • ImgWhat is Version Control system

  • ImgInstalling Git on Windows

  • ImgSetup An EC2 instance and Install Git on Linux

  • ImgWorking with Git bash

  • ImgCreating a repository on git

  • ImgDifferent Git Stages

  • ImgWorking with git stages

  • ImgCompare code changes with different git stages

  • ImgCompare code changes with different local commits

  • ImgWhy do we need GitHub

  • ImgCreating GitHub account

  • ImgCreating a repository on GitHub

  • ImgCloning a repository from GitHub

  • ImgPush code on to the remote repository

  • ImgWorking with other developer code

  • ImgGit clone Vs Git pull

  • ImgCommon Issues Faced by Developers

  • ImgConnecting to GitHub using ssh

  • ImgMap local repo with remote repository – git remote add

  • ImgHow a Java developer push code onto remote repository

  • ImgWorking with commits on Git

  • ImgKnow information about specific commit on Git – git show

  • ImgWorking with commits on GitHub

  • ImgCommit changes directly on GitHub

  • ImgWhy do we need branches

  • ImgBranches in DevOps workflow

  • ImgWorking with branches on GitHub

  • ImgWorking with branches on Git

  • ImgCommitting changes on branches

  • ImgMerging changes onto master branch from dev

  • ImgResolving merge conflicts

  • ImgFork a repository

  • ImgCreating a Pull Request (PR)

  • ImgWorking with Private Repositories

  • ImgAdding Collaborator to a GitHub Repository

  • ImgCreating Protected Branch

  • ImgTagging a commit

  • ImgRevert changes from the working directory

  • ImgReverting changes from Staging Area and Local Repository

  • ImgUsing .gitignore file

  • ImgGit rebase

  • ImgGit fetch Vs Git Pull

  • ImgIntroduction to Git Project

  • ImgSetup Git Repository and Branches for new project

  • ImgAllowing Developers to check-in code

  • ImgEnabling DevOps workflow on Dev branch

  • ImgPull Request (PR) to merge code from Dev branch to UAT branch

  • ImgRelease code onto Production

  • ImgHow to Create an AWS Account