Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Git & GitHub In-Depth: Integrating Jenkins with Git
Rating: 4.5 out of 5(50 ratings)
368 students

Git & GitHub In-Depth: Integrating Jenkins with Git

DevOps: Become an Expert in Git and GitHub and handle all projects with speed and efficiency
Created byShikhar Verma
Last updated 3/2025
English

What you'll learn

  • What is DevOps?
  • DevOps Lifecycle : CICD
  • Learn all you need to work with Git, including all about repositories, commits
  • Working with Branches
  • Learn how to perform rebasing and merging of the branches
  • Conflict Resolutions
  • Use TortoiseGit S/W to resolve conflicts
  • Real Project examples - Scenario based cases
  • GitHub Deep Drive - Cherry-pick, tags, rebase & merge
  • Integrate Jenkins with GitHub Repository
  • Create a java based project using maven tool in Jenkins.

Course content

7 sections45 lectures4h 25m total length
  • Overview of Course Module5:28

    Master Git and GitHub basics, work with branches, cherry-pick, rebase, and pull requests, and integrate Jenkins with GitHub repositories and Maven projects through real projects and scenario-based examples.

  • What is DevOps & benefits4:46

    Explore what DevOps is and its benefits, including faster delivery, reliability, and collaboration, and understand the DevOps lifecycle and the tools used across planning, building, testing, deploying, monitoring, and operations.

  • DevOps Lifecycle: CICD (Continuous Integration, Deployment & Delivery)11:38

    Navigate the DevOps lifecycle from code to production, detailing continuous integration, testing, and deployment with GitHub, Jenkins, Maven, SonarQube, Nexus, Docker, and monitoring tools.

  • Overview of Git4:53

    Git is a free, fast distributed version control system that tracks changes and supports centralized and distributed workflows, with quick reverts via platforms like GitHub, Bitbucket, and Azure Repos.

  • Create a GitHub Account, repository, clone - Distributed Version Control System14:57

    Learn to create a GitHub account and repository, and clone it to your local machine. Understand the three git stages and configure your user name and email for commits.

  • Git Conf & stages in Git3:51

    Configure git with user.name and user.email, check status, commit file.txt, push to origin, and authenticate via browser to update GitHub.

  • Git pull & push command1:25

    Create a new file in GitHub, commit it, and pull to reflect it locally. Understand how git pull relates to git push to sync GitHub and your local repository.

  • Git push from Local to Remote3:48

    practice pushing local changes to remote GitHub by staging files with git add and committing, then push to origin main, while managing credentials in the credential manager.

  • Stages in Git - Add & Commit3:04

    Edit a local file, check git status, stage changes, commit with a message, and push to main to reflect updates on GitHub, illustrating add and commit stages.

  • Git log - Commit ID, HEAD...4:44

    Use git log to view commits and ids, and understand head and origin pointers. See how to stage, commit, and push to origin/main to sync local and remote.

Requirements

  • PC or Laptop with internet Connection
  • No prior Git or GitHub or web development knowledge is required
  • Ability to install software on your computer
  • An email address is required to create a (free) GitHub account
  • Motivation to Learn Git and GitHub IS required

Description

This course will guide everyone (no prior knowledge is required!) through the core steps to use these tools in your daily projects with ease.

Git & GitHub - The complete step-by-step guide from scratch and also learn Jenkins integration with GitHub Repository.

This course is all about Git and GitHub.

Course Description:

Introduction:

  • What is DevOps & its benefits

  • DevOps LifeCycle :

    1. Continuous Development

    2. Continuous Integration

    3. Continuous Testing

    4. Continuous Feedback

    5. Continuous Deployment

    6. Continuous Monitoring

  • Overview of Git & GitHub

  • Create a GitHub Account, repository, clone - Distributed Version Control System

  • Git configuration

  • Stages in Git

  • Git pull from Remote to Local

  • Git push from Local to Remote

  • Stages in Git - Add & Commit

Working with Branches

  • Introducing Branches

  • Lab - Create branches (master & Develop)

  • Create & push branch from Local to Remote

  • Feature branches

  • Pull Request - To merge one branch into another

  • Release branch

  • Hotfix Branch

  • Lab - Release & Hotfix Branch

  • Add Reviewer in Pull Request with Branch protection rules

  • PR - Comment, Approve & Request changes

Conflict Resolutions

  • Understanding conflicts in git merge

  • Create a merge conflict & resolve it

  • Use TortoiseGit S/W to resolve conflicts

  • Resolve conflicts from GitHub using web editor using PR with one reviewer

Real Project examples - Scenario-based cases

  • Git clean command to remove file & directory

  • Undoing changes on existing files

  • Git Revert Command

  • Git Reset Command

  • Git fetch command

  • Git pull command

  • The difference git merge & git fetch

GitHub Deep Drive - Cherry-pick, tags, rebase & merge

  • What is Cherry-pick in git?

  • Lab on Cherry-pick with conflicts in merging

  • Git tags

  • Delete tags from local & remote

  • Git rebase command

  • The difference between git rebase & merge

Integrate Jenkins with GitHub Repository & Maven project

  • About Jenkins

  • Overview of Jenkins integration with GitHub & how to build a java based project

  • Installation of Jenkins, Java, Maven & Git on EC2 Instance

  • Configure Jenkins on EC2 Instance

  • Configure GitHub Credentials & Maven Location on Jenkins

  • Create & Build the Java-based project using Maven Tool

  • Add Maven Plugins in Jenkins

  • Last lecture

Git Interview QA - MCQ


Who this course is for:

  • Anybody who wants to learn what version management is & how it can help to organize your code and projects efficiently
  • Software engineers, developers, and programmers new to Git