Companies Home Search Profile

The Git, Github & GitLab Bootcamp

Focused View

Prashant Mishra

9:42:12

0 View
  • 1. Understanding Version Control.mp4
    15:02
  • 2. Introduction to Git.mp4
    11:26
  • 3. Installation and Configuration.mp4
    04:15
  • 4. Module1-Quiz.mp4
    06:21
  • 1. Git Basics.mp4
    20:17
  • 2. Git Workflow.mp4
    22:06
  • 3. Git Basics Lab -Session.mp4
    19:53
  • 4. Git Basics Lab Session Part-2.mp4
    25:24
  • 5. Git Basics Lab Session Part-3.mp4
    33:48
  • 6. Module-2 Quiz.mp4
    15:28
  • 7. Assignment 1.mp4
    01:39
  • 8. Assignment Solution 1.mp4
    02:05
  • 9. Assignment 2.mp4
    01:31
  • 10. Assignment Solution 2.mp4
    03:11
  • 1. Gitlog, Reflog.mp4
    20:34
  • 2. Git Hooks.mp4
    18:15
  • 3. Git Interactive Rebase.mp4
    18:31
  • 4. Git Aliases.mp4
    10:10
  • 5. Submodules and Subtrees.mp4
    08:04
  • 6. Module3-Quiz.mp4
    12:07
  • 7. Assignment 3.mp4
    02:40
  • 8. Assignment 4.mp4
    01:24
  • 9. Assignment Solution 3.mp4
    04:18
  • 10. Assignment Solution 4.mp4
    02:32
  • 1. Introduction to GitHub.mp4
    24:05
  • 2. Collaboration on GitHub.mp4
    07:56
  • 3. Adding local repo to remote repository.mp4
    10:35
  • 1. GitHub Branching Strategies.mp4
    08:53
  • 2. GitHub Actions.mp4
    22:27
  • 3. GitHub Pages.mp4
    18:01
  • 4. Module 5-Quiz.mp4
    17:27
  • 5. Assignment 5.mp4
    03:45
  • 6. Assignment 6.mp4
    02:58
  • 1. Introduction to GitLab.mp4
    09:40
  • 2. Exploring Git Lab.mp4
    23:51
  • 3. GitLab CI CD.mp4
    20:28
  • 4. GitLab Merge Request.mp4
    19:32
  • 1. GitLab Advanced Features - GitLab Groups and Sub-groups.mp4
    19:50
  • 2. GitLab Advanced Features - GitLab Container Registry.mp4
    17:05
  • 3. GitLab Advanced Features GitLab Container Registry Lab Session.mp4
    14:59
  • 4. GitLab Advance Features - GitLab Pages.mp4
    11:11
  • 5. Quiz Module 6&7.mp4
    07:35
  • 6. Assignment-7.mp4
    04:19
  • 1. Effective Git Usage.mp4
    19:51
  • 2. Git Security Best Practices.mp4
    08:33
  • 3. Git Tips and Tricks.mp4
    08:10
  • Description


    Master the essentials and the tricky bits: rebasing, squashing, stashing, reflogs, blobs, trees, & more!

    What You'll Learn?


    • Students will learn how to effectively add, commit, and manage changes within Git repositories, ensuring smooth and efficient version control.
    • Gain proficiency in setting up, configuring, and synchronizing local and remote repositories, enabling seamless collaboration and code sharing.
    • Understand and execute Git merges, along with techniques for resolving merge conflicts, ensuring a cohesive and conflict-free codebase.
    • Discover and apply advanced Git functionalities such as stashing, rebasing, custom aliases.
    • Master the use of GitHub and GitLab for version control, including creating pull requests, conducting code reviews.

    Who is this for?


  • Individuals who are new to programming and want to learn the essential skills of version control to manage their code efficiently.
  • Students and hobbyists looking to build a strong foundation in Git and GitHub to enhance their coding projects and prepare for future professional opportunities.
  • Experienced developers seeking to deepen their knowledge of advanced Git features, improve their workflow, and master collaboration techniques using GitHub and GitLab.
  • Professionals responsible for overseeing software development projects, who need to understand version control systems to ensure smooth team collaboration and project management.
  • Individuals interested in contributing to open source projects, who need to understand the workflow and best practices for using Git and GitHub.
  • Academics and educators who want to incorporate version control into their curriculum or personal learning to stay current with industry standards.
  • What You Need to Know?


  • Familiarity with basic computer operations, such as navigating the file system, using the command line, and basic text editing.
  • A computer with internet access is required to install Git, access GitHub and GitLab, and participate in hands-on lab sessions.
  • A text editor or Integrated Development Environment (IDE) of your choice, such as Visual Studio Code, Sublime Text, or Atom, for writing and editing code.
  • Some experience with any programming language will be helpful but not mandatory. The course will focus on version control concepts that are applicable across various languages and development environments.
  • More details


    Description

    Unlock the full potential of version control and collaborative development with our comprehensive course on Git and GitHub. Designed for beginners and advanced users alike, this course will guide you through essential concepts, practical workflows, and advanced techniques to boost your productivity and streamline your development process.

    What You Will Learn:

    Module 1: Introduction to Version Control

    • Understanding Version Control: Learn the importance of version control in software development.

    • Introduction to Git: Discover the basics of Git, the most popular version control system.

    • Installation and Configuration: Get Git up and running on any platform and configure essential settings.

    Module 2: Git Basics

    • Creating a Repository: Initialize and clone Git repositories.

    • Git Workflow: Master the basic Git workflow, including staging and committing changes.

    • Committing Changes: Learn how to make and commit changes effectively.

    • Branching and Merging: Explore branching strategies and merge branches seamlessly.

    • Resolving Conflicts: Understand and resolve merge conflicts with ease.

    • Undoing Changes: Revert commits and discard unwanted changes.

    Module 3: Advanced Git Concepts

    • Git Log and Reflog: Analyze repository history with powerful Git commands.

    • Git Hooks: Automate tasks with Git Hooks.

    • Interactive Rebase: Rewrite commit history like a pro.

    • Git Aliases: Create custom Git commands for efficiency.

    • Submodules and Subtrees: Manage complex projects with submodules and subtrees.

    Module 4: Introduction to GitHub

    • Getting Started with GitHub: Set up your GitHub account and profile.

    • GitHub Repositories: Create, fork, and clone repositories on GitHub.

    • Collaboration on GitHub: Master pull requests and code reviews.

    Module 5: GitHub Branching and Workflows

    • GitHub Branching Strategies: Implement effective branching strategies.

    • GitHub Actions: Automate workflows with GitHub Actions for CI/CD.

    • GitHub Pages: Host static websites using GitHub Pages.

    Module 6: Introduction to GitLab

    • Getting Started with GitLab: Create and navigate your GitLab account.

    • GitLab Repositories: Manage repositories and import projects on GitLab.

    • GitLab CI/CD: Configure CI/CD pipelines for automated testing and deployment.

    • GitLab Merge Requests: Streamline code reviews with merge requests.

    Module 7: GitLab Advanced Features

    • GitLab Groups and Subgroups: Organize code with groups and subgroups.

    • GitLab Container Registry: Manage Docker images with GitLab’s Container Registry.

    • GitLab Pages: Host static websites with GitLab Pages.

    Module 8: Git Best Practices and Tips

    • Effective Git Usage: Follow best practices for commits, branching, and collaboration.

    • Git Security Best Practices: Secure your Git repositories and workflows.

    • Git Tips and Tricks: Boost your productivity with advanced Git commands and tips.



    Additional Key Skills You Will Master:


    • Understanding Git Internals: Understand how Git works behind the scenes.

    • Git Objects: Explain the difference between Git objects: trees, blobs, commits, and annotated tags.

    • Essential Git Workflow: Master the essential Git workflow: adding & committing.

    • Working with Git Branches: Create and manage branches effectively.

    • Merging and Conflict Resolution: Perform Git merges and resolve merge conflicts.

    • Using Git Diff: Use Git Diff to reveal changes over time.

    • Git Stashing: Master Git stashing for temporary work storage.

    • Undoing Changes: Undo changes using git restore, git revert, and git reset.

    • Local and Remote Repositories: Work with local and remote repositories.

    • Collaboration Workflows: Master collaboration workflows such as pull requests and "fork & clone".

    • Interactive Rebase: Squash, clean up, and rewrite history using interactive rebase.

    • Retrieving Lost Work: Retrieve "lost" work using git reflogs.

    • Custom Git Aliases: Write custom and powerful Git aliases.

    • Git Tags: Mark releases and versions using Git tags.

    • Hosting with GitHub Pages: Host static websites using GitHub Pages.

    • Markdown READMEs: Create comprehensive markdown READMEs.

    • GitHub Gists: Share code and snippets using GitHub Gists.


    Why Enroll in This Course?


    • Comprehensive Curriculum: Covers everything from basic Git commands to advanced GitHub and GitLab features.

    • Hands-On Labs: Practical sessions to reinforce your learning.

    • Assignments and Quizzes: Test your knowledge and skills.

    • Expert Guidance: Learn from experienced instructors with real-world insights.

    • Career Advancement: Equip yourself with skills in high demand by employers.



    Enrol now and become a Git and GitHub expert, capable of managing complex projects and collaborating seamlessly with your team. Whether you're a beginner or looking to enhance your existing skills, this course is your pathway to mastering version control and collaborative development.

    Who this course is for:

    • Individuals who are new to programming and want to learn the essential skills of version control to manage their code efficiently.
    • Students and hobbyists looking to build a strong foundation in Git and GitHub to enhance their coding projects and prepare for future professional opportunities.
    • Experienced developers seeking to deepen their knowledge of advanced Git features, improve their workflow, and master collaboration techniques using GitHub and GitLab.
    • Professionals responsible for overseeing software development projects, who need to understand version control systems to ensure smooth team collaboration and project management.
    • Individuals interested in contributing to open source projects, who need to understand the workflow and best practices for using Git and GitHub.
    • Academics and educators who want to incorporate version control into their curriculum or personal learning to stay current with industry standards.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Prashant Mishra
    Prashant Mishra
    Instructor's Courses
    I am Computer Science Graduate in 2021 and with a passion for teaching, started back as a BDA in various Ed-tech companies, which increased a little more passion towards this industry to explore.Have trained more than 5000+ Individual students one-on-one and group-based, which not only found my classes very interesting but also developed a huge scope of job opportunities in the future.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 46
    • duration 9:42:12
    • Release Date 2024/09/18