Git ( gui & bash ) and Jenkins

Git, GitHub, Java, Git GUI, Git bash, Ant, Source Control Management (SCM), CI/CD, DevOps, Jenkins, Version Control

In this course, each topic is explained in detail to help the learner to understand the concept deeply. The course starts with basic concepts and the implementation of that concepts.  The course teaches git functionalities using both command-based and GUI,  how to set up Jenkins, and how to integrate Jenkins with Git.  You will also get a basic idea of how to use the Ant script. This script is used to build the java project.  Those who have not experienced Java can easily understand the Java project example in this course.

What you’ll learn

  • Understand the Concepts of Version Control..
  • Learn the Git operation and able to use commandline as well as GUI tool..
  • How to create Repository in GitHub..
  • How to integrate Git client with GitHub..
  • Understand the communication between Local to Remote repository in detail..
  • Installing and configuring the Jenkins..
  • Integrating Git and Build Environment with Jenkins..
  • Creating a simple Java project and enable this as a Git project..
  • How the build xml file is used in the Invoke Ant call..
  • Knowledge about Jenkins workspace and how the build xml file reads source code from this workspace..

Course Content

  • Introduction –> 1 lecture • 3min.
  • Installation and Configuration –> 3 lectures • 31min.
  • Understand the Git Terminologies –> 5 lectures • 42min.
  • Jenkins Setup –> 3 lectures • 20min.
  • Integrate Git with Jenkins –> 1 lecture • 27min.
  • Complex Git Operations – Part 1 –> 7 lectures • 1hr 8min.
  • Lab 1 – Git & Jenkins –> 1 lecture • 42min.
  • Complex Git Operations – Part 2 –> 1 lecture • 39min.

Git ( gui & bash ) and Jenkins

Requirements

In this course, each topic is explained in detail to help the learner to understand the concept deeply. The course starts with basic concepts and the implementation of that concepts.  The course teaches git functionalities using both command-based and GUI,  how to set up Jenkins, and how to integrate Jenkins with Git.  You will also get a basic idea of how to use the Ant script. This script is used to build the java project.  Those who have not experienced Java can easily understand the Java project example in this course.

The version control terminologies like a local repository, remote repository, check-in (push), check-out(pull), merge, commit, etc are explained and implemented using Git. You can find these operations are implemented using Git Bash and also using Git GUI. The developers can use Git bash or Git GUI whichever they are comfortable with.

Each practical lab is started from scratch so that students can understand the end-to-end process clearly. The implementation follows the proper sequence so that developers can know what actually they have to do while learning.

GitHub is used as the Remote repository. You can find a detailed explanation of how to create the repository, initialize the repository, and how we can commit the changes directly in GitHub. The comparison between Local commits and Remote commits is explained during the practical exercise.

This course also covers Git installation, Git configuration, Jenkins Installation, Jenkins Configuration, and GitHub Configuration.

Get Tutorial