Book Image

Git Essentials for Beginners [Video]

By : Coding Gears | Train Your Brain
Book Image

Git Essentials for Beginners [Video]

By: Coding Gears | Train Your Brain

Overview of this book

Version Control has always been part of the software development lifecycle to facilitate programmers to restore the previous versions and assist with release management. Git is a popular open-source distributed version control software and manages hundreds of branches with hundreds of programmers very efficiently. This course includes the following three mini-courses to give you a wholesome experience: - Git essentials - Merging types, branching type, stash, and rebase - Searching, rewriting, history, and reset We will start with Git installation and learn all the fundamentals in a step-by-step approach. We will also cover Git architecture, which is fundamental in understanding Git. This will be followed by creating Git repositories and adding, changing, and deleting files. You will learn to commit changes to Git, compare commits, and review commit logs. We will also discuss how to undo changes and ignore files based on name, regular expression, and folder name. Finally, you will learn to use the git log command efficiently to filter the commit log. By the end of the course, you will gain a strong understanding of the fundamentals of Git, which will also aid in understanding GitHub, BitBucket, and so on.
Table of Contents (21 chapters)
Free Chapter
1
Course 1: Git Essentials
11
Course 1: Conclusion
12
Course 2: Merging Types, Branching Types, Stash, and Rebase
14
Branching Conflicts
17
Course 3: Searching, Rewriting History and Reset
21
Course 3: Conclusion
Chapter 15
Stashing
Content Locked
Section 1
Module Overview
This video explains the overview of the section.