Master Git: Deep Dive Into Version Control
Published 3/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.15 GB | Duration: 2h 54m
Published 3/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.15 GB | Duration: 2h 54m
Master Git & Version Control: Git stages, Commit history control, Rebase, Merge, Vim, Markdown Language
What you'll learn
Install Git and set up new or existing projects in remote repositories.
Understand and manage Git stages: untracked, modified, staged, and committed.
View your project’s commit history and navigate back to previous versions when needed.
Use Vim to edit files directly from the terminal.
Merge changes from different branches and resolve conflicts.
Revert unwanted changes and restore previous commits.
Temporarily store changes using stash and retrieve them later.
Apply specific changes from one commit to another using cherry-pick.
Clean up and reorganize commit history.
Get familiar with Markdown for project documentation.
Requirements
No previous experience needed. You will learn everything you need to know.
Description
It's a carefully crafted curriculum, not just a random collection of basic information, but a structured and illustrative approach designed to help you master everything you need for real-life applications, enabling you to work smoothly in large companies. The content is designed to bridge the gap between theory and practice, helping you confidently apply your skills in real-world collaborative environments. In this course, you will learn in detail the most important Git commands and understand their impact on the history of changes, ensuring you have both the technical knowledge and the practical mindset required to thrive in professional development teams.We covered and explained the following topics:Git stages (untracked files, modified files, not-staged changes, staged changes, Committed changes).gitIgnore.Inspecting commands (checking the status of project's files, checking commit history).Vim (insert mode, command mode).Merge (fast-forward, no-fast-forward).Revert.Reset (soft, hard).Stash.Cherry-pick.Rebase.Squash.Drop.Commit-fixup.Amend.Tags.Markdown Laguage.By the end of this course, you'll be fully equipped to collaborate effectively with a team on the same project, confidently managing the commit history with precision and consistently adhering to best practices, just like in a professional setting at large organizations where teamwork, organization, and code history control are essential.
Overview
Section 1: Git (version control)
Lecture 1 Why Git
Lecture 2 Installation
Lecture 3 Clone & Init
Lecture 4 Git stages
Lecture 5 gitIgnore
Lecture 6 Inspecting commands
Lecture 7 Vim
Lecture 8 Merge
Lecture 9 Revert
Lecture 10 Reset
Lecture 11 Stash
Lecture 12 Cherry pick
Lecture 13 Rebase
Lecture 14 Why rebase before merge
Lecture 15 Squash
Lecture 16 Drop
Lecture 17 Commit Fixup
Lecture 18 Amend
Lecture 19 Delete branch
Lecture 20 Tag
Lecture 21 Markdown Syntax
Lecture 22 Conclusion
For beginners taking their first steps into programming.,Anyone who wants to collaborate with a team on the same project.,Anyone who wants to learn how to manage their project’s versions and change history.