Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Git Training: Step-by-Step Guide to Git Version Control
Rating: 4.0 out of 5(380 ratings)
1,842 students

Git Training: Step-by-Step Guide to Git Version Control

Learn Git & Github essentials. Rebase, Squash, Stash, Merge, Branches, Cherry pick & much more
Last updated 2/2026
English

What you'll learn

  • Fully understand version control with Git
  • Correct workflow of using Git
  • Working with Github to upload your code remotely
  • Working with branches and resolving conflicts
  • Creating your own aliases for git commands

Course content

3 sections23 lectures1h 48m total length
  • What is this section about?0:04
  • Git Installation1:22
  • Email and Name Configuration1:52
  • Initializing git project4:49
  • How to see your changes?4:47

    Explore how to see changes in git using git diff, git show, and git status, stage modifications with git add, commit with messages, and review history with git log.

  • Pushing Repository to Github6:19

Requirements

  • Basic computer skills
  • Knowing console commands is a plus

Description

This course starts from scratch, you don't need to know anything about Git or version control systems!

You'll learn all about installing Git, creating commits, working with branches, pushing to Github, merging features, correct workflow, resolving conflicts, writing custom aliases and much more!

And if you do get stuck, you benefit from an extremely fast and friendly support in discussions to the course.

Git is the most popular and powerful version control system nowadays. It allows you to control all your file changes and work as a team.

Learn all the fundamentals you need to know and benefit from them your whole life as a developer!


Specifically you will learn:

  • How to install git

  • How to initialise Git project and adjust basic configuration

  • How to create commits

  • How to check any commit content

  • How to push your code in remote repository on Github

  • What are branches and how to work with them

  • How to merge branches

  • What is the correct workflow with Git

  • What is gitflow and how to use it

  • How to create releases and hotfixes

  • How to create and use tags

  • How to resolve Git conflicts

  • Advanced git commands

  • How to configure git properly

  • How to create own git aliases

Don’t lose any time, gain an edge and start using Git as PRO now!

Who this course is for:

  • Anyone who wants to fully understand Git
  • People who are new to version control system