
This is the course introduction in which students learn what the purpose and approach of this course, as well as about the instructor.
With this video, we explore the pros/cons with the Composite.
A few minutes of basic Git theory.
The command line is still extremely popular, particularly those in the service or IT community.
In this lesson, we walk through installing Git for Windows, step-by-step, with each screen explained and recommendations given. At the end of the lession, students will have Git successfully installed on their Windows computer system.
Students can skip this lession if:
* Git is already installed
* You are a Mac user
Walk through each step of the download and installation process.
Step by Step instructions on how to install Git on the Mac platform.
In this lession, students are introduced to GitHub, starting off by signing up for an account if the stsudent doesn't already have one. After that, we will create a new repository directly on the GitHub service.
In this lession, we quickly setup our working area on our system to establish a place to work with Git repositories locally.
In this lesson, we setup the minimum required configuration needed for Git -- our name and email address.
In this lession, copy the repository from Github down to our local system using the **clone** command. The default __clone__ behavior is explained.
We walk through the main part of the basic Git workflow, starting by creating a new file on the file system, then adding that file to the Git staging area, in which we finally commit to our local Git repository. The various Git states in the workflow are explained as we execute them.
We end the basic Git workflow by publishing our commits back to the GitHub version of our repository. We discuss best practices and the difference betwene local and remote operations in Git.
GitHub recently changed the default branch name from "master" to "main" - which impacts the rest of this course.
Command listing of each command used in this course.
This is the last lession of this course, it provides a recap to help re-enforce learning and provide some recommendations on where to go next.
In this lession, we create a new Git repository on our local system. This is an approach you would take if starting fresh, without code, on a new project.
In this lession, we add a Git repository to an existing project containing code. This is the approach you would take if you wanted to Git-enable an existing project.
This lecture provides a list, description and special coupon codes for my existing students for my other courses.
This course is designed to jump right into showing how Git and GitHub work together, focusing on the Git basic workflow. Students can expect to learn the minimum needed to start using Git in about 30 minutes.
Recent Updates:
Course Outline
Course Introduction and Overview provides an introduction to this course and the key concepts with the Git source control system.
Installation provides step-by-step instructions on how to setup Git for Windows and Mac OS X, how to use Git's help command.
After the Installation section, we walk through the entire Git basic workflow -- starting off in GitHub, working locally, and then publishing our changes back to GitHub.
Finally, I have some parting words and some bonus content!
Course Features
Presentations provide audio/video training of conceptual ideas. Since few like slide-ware presentations, slide-presentations are kept to a minimum.
Screencasts provide a video of the instructor's computer system with any actions, commands, or screens displayed and narrated.
Following each lecture or group of related lectures in the demo sections of the course are Command Listing lectures that serve as reference and reminder of the commands used in the previous lecture(s). Each Command Listing includes the exact listings used in the previous lectures and a reference guide for newly introduced commands. All commands used in this course are available through the Command Listing lectures.
Several attachments throughout the course provide supplemental information, illustrations, or other reference material.