Courses in category Git

The Ultimate Git Course

The Ultimate Git Course

Git is the most popular Version Control System (VCS) in the world. It helps you track your project history, revert back your code in case of mistakes, and work effectively in a ...
5 hours 11 minutes 52 seconds
Git & GitHub Full Course

Git & GitHub Full Course

The Git & GitHub Full Course teaches you how to use Git and GitHub to manage your code like a professional software engineer. Take a hands on approach to learn the basics of ver...
1 hour 38 seconds
Git From Start to Finish

Git From Start to Finish

Git is the world's most popular Version Control System, but a lot of developers don't know how to use it. You need to understand Git to be a software developer. When you do, you...
6 hours 1 minute 52 seconds
The Git & Github Bootcamp

The Git & Github Bootcamp

The following sentence is annoying, but also true: the best time to learn Git was yesterday. Fortunately, the second best time is today! Git is an essential tool for work in an...
16 hours 54 minutes 2 seconds
Complete Git Guide: Understand and master Git and GitHub

Complete Git Guide: Understand and master Git and GitHub

Complete Git and GitHub guide. Master basic and advanced Git features: commits, branches, merging, rebasing, squashing.
19 hours 21 minutes 2 seconds
/>
Git

Git

Git is a Version Control System (VCS). There are many version control systems out there: CVS, SVN, Mercurial, Fossil, and of course Git. Git serves as the foundation for many services such as GitHub and GitLab, but you can use Git without using any other services.