Getting Started with Git

Getting Started with Git

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2h 22m | 400 MB

In the world of version control, Git is leading the way! This course will teach you the basics of Git with a fun step-by-step project. Learn the benefits of Git and how it can improve your project today with speed, transparency, and reliability.

Version control is at the center of any file based project. Whether, you’re a software developer, project manager, team member, student, or anyone who works on file based projects, keeping track of changes is essential to creating a great product. In this course, Getting Started with Git, you’ll learn the popular version control system Git and why it plays a significant role in creating better projects. First, you’ll learn the basics of understanding Git. Next, you’ll start your journey with Steve, a local coffee shop owner, and explore how Git elevates his project in a fun and easy step-by-step experience. Finally, you’ll discover common and extended commands used in Git everyday. When you’re finished with this course, you’ll have a working knowledge of Git as a version control system for your project.

Table of Contents

Course Overview
1 Course Overview

What Is Git and How Does It Work
2 Introduction
3 What Is Git
4 Local Version Control Systems
5 Centralized Version Control Systems
6 Distributed Version Control Systems
7 Short History of Git
8 Git Uses Snapshots Not Patch Differences
9 Almost Everything in Git Is Local
10 Git Has Integrity
11 Steve and the Coffee Shop Analogy
12 The Three Stages of a File
13 The Three Main Parts of Git
14 Summary

Get up and Running with Git and GitHub
15 Introduction
16 Using the Command Line
17 Git GUIs
18 Install Git
19 Configure Git
20 Git Help
21 Initalize a Git Repository
22 Introduction to GitHub
23 Create a GitHub Account
24 Push a Local Repository to GitHub
25 Summary

Basic Commands of Everyday Git
26 Introduction
27 Git Status
28 File Stages
29 Track a New File
30 Stage Modified Files
31 Short Status
32 Git Diff Explained
33 Git Diff in Action
34 Commit Changes
35 Summary

Extended Commands of Everyday Git
36 Introduction
37 Push to Remote Origin
38 Check Commit History
39 Commit Messages
40 Remove and Move Files
41 Introduction to Branches
42 Working with Branches
43 Merge
44 Reset
45 Pull from Remote Origin
46 Summary