Git for Beginners
- Description
- Curriculum
- FAQ
- Reviews
Git is one of the most popular version control systems. This course will teach you how to work with Git to track and store the changes of your source code.
First, you will learn the bascis about Git. You will learn what version control systems are and how local, centralized, and distributed version control systems work.
After this, you will learn how to set up Git on your machine. You’ll learn how to configure Git, so that your name and email are stored with every commit.
Next, you will learn how to work with local repositories. You will use the commandline to create a repository on your machine and I will show you how to stage and commit changes.
After this, you will learn how to branch and merge your code to work on specific features of your project. You will also learn how to handle merge conflicts that can happen when multiple developers are working on the same code base.
Finally, you will learn how to push your code to a remote repository on GitHub, how to clone an existing repository from GitHub, and how to use pull requests to collaborate with other developers.
After this course, you will have the skills and knowledge needed to use Git successfully in your projects.
-
3IntroductionVideo lesson
-
4What is a Version Control System?Video lesson
-
5Know the Different Types of Version Control SystemsVideo lesson
-
6Understand the Origin of GitVideo lesson
-
7SummaryVideo lesson
-
8Learning QuestionsQuiz
Check your knowledge of Version Control Systems and Git with the following learning questions.
-
9IntroductionVideo lesson
-
10Install Git on Your MachineVideo lesson
-
11Configure Username and EmailVideo lesson
-
12SummaryVideo lesson
-
13Cheat Sheet - Git Commands Used in This SectionText lesson
-
14Learning QuestionsQuiz
Check your knowledge of how to set up Git with the following learning questions.
-
15IntroductionVideo lesson
-
16Create a Local RepositoryVideo lesson
-
17Understand the Three Main AreasVideo lesson
-
18Create Your First CommitVideo lesson
-
19Create Another CommitVideo lesson
-
20Know What Snapshots AreVideo lesson
-
21Look at the History of Your CodeVideo lesson
-
22Ignore Files in the Working DirectoryVideo lesson
-
23SummaryVideo lesson
-
24Cheat Sheet - Git Commands Used in This SectionText lesson
-
25Learning QuestionsQuiz
Check your knowledge of working with local Git repositories with the following learning questions.
-
26IntroductionVideo lesson
-
27Create a BranchVideo lesson
-
28Merge a BranchVideo lesson
-
29Handle Merge ConflictsVideo lesson
-
30SummaryVideo lesson
-
31Cheat Sheet - Git Commands Used in This SectionText lesson
-
32Learning QuestionsQuiz
Check your knowledge of branching and merging code with the following learning questions.
-
33IntroductionVideo lesson
-
34Create a Repository on GitHubVideo lesson
-
35Push Your Code to the Remote RepositoryVideo lesson
-
36Clone the RepositoryVideo lesson
-
37Pull Changes from the Remote RepositoryVideo lesson
-
38Understand the Pull CommandVideo lesson
-
39SummaryVideo lesson
-
40Cheat Sheet - Git Commands Used in This SectionText lesson
-
41Learning QuestionsQuiz
Check your knowledge of pushing to a remote repository with the following learning questions.
External Links May Contain Affiliate Links read more