
In this video I introduce myself.
In this video I let you know the prerequisites of this course.
In the lecture I show you what all you will learn during this course.
A quick overview on what is a commit and how does a good commit look like.
This lecture gives a brief overview on branches. What are they, how to create, checkout and delete them.
This lecture is to fresh up your knowledge about merge, rebase and cherry-pick. It clarifies also the difference between them.
This lecture shows you how to change the HEAD commit with GIT amend.
The todos of the practical exercise.
The solution of the practical exercise.
This lecture is about the purpose and usage of GIT stash.
This lecture is about how to list the history by using GIT reflog.
This lecture is about how to cleanup a GIT repository.
This section is about how to use GIT blame.
This lecture presents how to stage changes in interactive mode, how to stage partial changes of a file.
This lecture is about the usage of GIT diff.
This lecture presents how to work with patches in GIT.
This lecture helps to understand what is detached HEAD mode.
This lecture shows how to reorder, drop, meld or edit old commit with interactive rebase.
This lecture is about how GIT supports debugging with the bisect command.
This lecture shows through a practical example how to edit old commit, change old commit messages, change the order of commits and how to drop commits.
This video shows how to split a commit or combine multiple commits by using interactive rebase.
The lecture shows how to undo unintended GIT commands.
This lecture shows you how to find the root cause of a bug by using GIT bisect.
This lecture show how to validate commit messages with commit hooks.
This video presents the exercise.
This video presents the solution.
This video presents the exercise.
This video presents the solution.
This lecture looks back and lists all the topic we touched during the course.
Let me congratulate you in this video for successfully finishing the course!
GIT is one of the most common version control tools, which is used all around the software industry. If you ever worked in a professional software development project or on an open-source project, you most likely already learned about GIT. It is a tool used all around the world. It's popular due to its flexibility. It is really an advantage to have a good knowledge of GIT.
This course is recommended for engineers who already have their first experience with GIT, who knows the basics, but they would like to extend their knowledge in order to be able to resolve complex GIT scenarios in an efficient way.
During this course after recapping the basics of GIT you will learn about more advanced commands and scenarios, like rewriting the history with interactive rebase, debugging with git bisect or staging changes in an interactive mode. Next to the advanced features you will get a deeper overview on the working mechanism of git: how are commits stored, how do branches work under the hood. This helps you to understand complex git issues and to identify their solutions. Finally we check the most popular git related tools.
Next to the pure theoretical content the course contains practice based description of different scenarios, tests and three practical exercises which helps you to test your knowledge and to gain practical knowledge.
The course is built upon the book A practical guide to version control with GIT.