Video description
Build powerful and effective projects using Git Version Control Systems
About This Video
- Learn how to create, contribute to, and collaborate on software projects using Git
- Understand its fundamental features, and find out what sets it apart from other Version Control Systems
- Become a valued contributor to any project with Git usage and etiquette guidelines that other developers will thank you for
In Detail
Git Version Control Systems (VCS) changes your approach to modern software engineering. Using Git, you can easily track the history of file and code changes, deliver new versions of software without relying on any continuous delivery mechanisms, and protect your code from any mistakes made while programming.
In this course, we’ll teach you the basics of using Git and explain how it works. To begin with, we’ll show you how to install Git and effectively use your computer’s terminal or command line to navigate the file system, and create and edit files. Then we’ll cover all the commonly used commands in Git that make up the vast majority of any Software Engineer’s workflow.
Moving on, we’ll explain Git’s branching workflow, why it’s such a useful feature, and how to use it in your projects. Once you’ve learned all this, we’ll discuss some advanced Git workflow techniques that will make you a valued contributor and collaborator on any project. You’ll be able to create your own Git repositories, or clone and contribute to existing ones. This will allow you to track the changes to sets of files over time, recover data you might lose, and collaborate with others on projects.
You’ll have a profound understanding of Git’s branching workflow, and how to use it in the best possible way in your projects.
By the end, you’ll be familiar with using Git and use VCS to handle large projects easily and make well-crafted contributions to your own or others’ projects.
Table of contents
-
Chapter 1 : Version Control and the Terminal
- The Course Overview 00:01:54
- What Is Version Control? 00:03:28
- Installing and Configuring Git 00:04:10
- What Is the Terminal? 00:01:42
- File System Navigation Using Your Terminal 00:03:18
- Manipulating Files and Folders 00:05:23
- Using VI as an Editor 00:03:18
-
Chapter 2 : Learning the Basics of Git
- Configuring and Initializing a Repository 00:01:58
- Tracking Files 00:05:51
- Viewing Changes 00:02:34
- Committing Your Changes 00:03:52
- Setup Git Ignore Files 00:04:02
- Browsing Project History 00:05:35
- Undoing Mistakes 00:02:56
- Cloning Repositories 00:02:57
- Using Remote Repositories 00:07:49
- Using Tags in Git 00:04:22
-
Chapter 3 : Branches and Workflows
- What Is a Branch? 00:02:46
- Creating New Branches 00:05:10
- Merging Branches 00:10:19
- Resolving Merge Conflicts 00:06:42
- Remote Branches 00:03:08
- Rebasing 00:04:04
-
Chapter 4 : Advanced Git Workflow
- GitHub 00:01:32
- Forking Repositories 00:04:58
- Commit Guidelines 00:02:12
- Squashing Commits 00:04:52
- Merge Requests 00:04:38
- Aliasing Commands 00:02:28
Product information
- Title: Learn Git in 3 Hours
- Author(s):
- Release date: August 2018
- Publisher(s): Packt Publishing
- ISBN: 9781789348231
You might also like
video
Docker, Dockerfile, and Docker-Compose (2020 Ready!)
Get to grips with Docker, containers versus images, and more by learning through a hands-on approach …
video
Git and GitHub: The Complete Git and GitHub Course
Learn Git and GitHub from scratch with this comprehensive course About This Video Get well-versed with …
video
Complete Git and GitHub Masterclass
Most comprehensive, STEP by STEP Git & GitHub tutorial with great examples; Upcoming: Git Workflow, BitBucket …
video
The Complete Node.js Developer Course (3rd Edition)
Learn Node.js by building real-world applications with Node, Express, MongoDB, Mocha, and more! About This Video …