Git for Windows: Step-By-Step Mastery using Commands and GUI (Udemy.com)

Start from nothing and master the foundation of Git source control, GitHub service, graphical clients and related tools

Created by: Jason Taylor

Produced in 2021

icon
What you will learn

  • Learn the key concepts of the Git source control system
  • Step through the entire Git workflow
  • Install Git and configure a text editor for efficient use with Git
  • Compare the different states in Git
  • Manage files inside and outside the control of Git and GitHub
  • Create and manage repositories on GitHub
  • Create branches and resolve conflicts with confidence
  • Work with branches on GitHub
  • Walk through the pull request workflow on GitHub
  • Perform many of the same local Git operations directly on GitHub
  • Use various Git graphical clients in addition to and in combination with the command line

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 92 / 100

icon
Course Description

This course is designed to be a comprehensive, step-by-step approach to learning the Git source control specifically designed for Windows users, which means no prior knowledge or experience is required but students will emerge at the end with a very solid understanding and hands-on experience with Git and related source control concepts. Since this course is design for Windows users in mind, we will cover both command line and graphical clients for Git while learning the underlying concepts. If you use other operating systems too, most of the concepts will transfer over without much effort.
Course Outline
Course Introduction and Overview provides an introduction to this course and the Git source control system and sets the stage for the rest of the course.
After the introduction, this first thing we do is run through the Installation process. If you don't want to watch installation videos, you can simply follow the installation notes at the end of that section.
For those not familiar with the command line or Bash shell environment, I provide a handy Git Bash section for those interested.
Quick Start a very quick (15 minutes), hands-on introduction to Git. We start off by signing up for GitHub, creating a repository there, the makiing a local copy (clone), local changes (add/commit) and then update GitHub with our changes (push). This is the most common workflow developers will do using Git.
Once we have worked through the basic add/commit/push workflow, we can do the same steps, and a few more, using the Windows Command Prompt and PowerShell really to show how the Git-related command work identically regardless of the shell used.
To prepare for the rest of the course, and a more common developer setup, we will install and configure a Text Editor (Atom) to work seamlessly with Git.
In Basic Commands, we walk through all the foundational commands needed to start a new project managed by Git (or enable Git for an existing project) all the way through making commits, including common file operations like moving and deleting files. We also cover how to exclude the wrong files from accidentally being committed and how to review your repository's history.
With a strong foundation in place, we explore ways to make Comparisons in Git, including all the different local states, between commits, and between local and remote repositories.
We give great attending to Branching and Merging in Git. We start off with the simple "happy path" and learn about "Fast-Forward" merges and how to control them. The we walk through common "automatic" merges. Then, we cause trouble on purpose so we can step through resolving conflicting merges with our visual merge tool. Finally, we work with branches on the GitHub hosting service.
With a solid foundation in place using Git on the command line, we will look at various Git graphical clients starting with the official Git GUI client on Windows. With Git GUI, we cover many of the same commands, but simply using the graphical client instead of the command line.
Another way to interact with Git is via the Windows Shell or Windows File Explorer in which we can use the default Git integration provided by Git for Windows and even deeper integration using TortoiseGit.
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. There is over 6 hours of screencast based video training in order to step through each command or action in sufficient detail.
All videos are available in high quality 1080p / Full HD resolution for sharp and clear viewing on modern desktops and tablets although resolution delivery is dependent on student's device capabilities detected by the Udemy video player.
Several attachments and document lectures throughout the course provide supplemental information, illustrations, or other reference material.
Moving Forward
This course will expand periodically to include more topics, supporting materials and bonus content! Some content may be in direct response to student feedback or discussions -- so get engaged with the course discussions (Q&A) feature!
Who this course is for:
  • Anyone interested in using source control and specifically Git and GitHub, especially Windows users
  • Software engineers, developers, programmers new to Git or GitHub
  • IT Managers or technical leads considering Git or GitHub for version control on their team

icon
Instructor Details

placeholder

With nearly 20 years of programming and software development experience, I started out teaching myself programming while in High School. I put myself through college working for a local Internet Service Provider as a programmer. Before finishing college, I developed and sold an award winning website to a Dot-Com start-up. After college, I have worked at several companies ranging from start-ups to large enterprises focusing on Java and client-side technologies (HTML/CSS/JavaScript). Throughout my career, I have opportunity to learn many software development best practices and exposure to several version control systems.

icon
More courses by Jason Taylor

Git Going Fast: One Hour Git Crash Course

$11.99

GitHub Ultimate: Master Git and GitHub - Beginner to Expert

$11.99

Jenkins 2 Bootcamp: Fully Automate Builds to Deployment 2021

$11.99

Git Complete: The definitive, step-by-step guide to Git

$11.99

Git for Geeks: Quick Git Training for Developers

$11.99

Git Going with Comparing, Branching and Merging

$11.99

icon
More git courses

Starting with Git & GitHub

$11.99

Complete Git Guide: Understand and master Git and GitHub

$11.99

Git by Example

$11.99

Git for Absolute Beginners

$11.99

Git Smart: Enjoy Git in Unity, SourceTree & GitHub

$11.99

Git Github Gitkraken: Version Control without Command Line

$11.99

icon
Reviews

4.6

68 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By Matt Donath on 6/5/2020

All I ever wanted to know about Git, and then much more. Much more...

By Donatta J Gallegos on 5/27/2020

This course is going to greatly help me in my career.

By Luma Vasiljevic on 5/3/2020

The videos are blurred!

By Julian Radmilovich on 4/22/2020

YEah Great Intro.

By Marc Rumminger on 4/10/2020

I chose this course because I am a self-taught git user and wanted to get a more complete overview. This course filled in the gaps in my knowledge and taught me new techniques. The presentation is clear, the demonstrations useful.

By Philip W. Dalrymple on 4/3/2020

A good introduction to GIT on windows

By Anonymized User on 3/25/2020

This course is very good .It's very helpful with me.

By Matthew Bates on 3/20/2020

Havent found this material anywhere else. Definitely needed!

By Jcfairlie@comcast.net on 3/15/2020

Great so far.

By Stephanie Pleasants on 1/26/2020

This started out nice and slow, but definitely sped up as I progressed. Having to pause and replay things because it's too fast is irritating. Also, this should be updated. My Github does not match what I'm seeing in the video and I've gotten completely lost between trying to match the screens and find things in the newer layout and the actions in the video going so fast. Feeling a bit discouraged.

By Bryan Lundeen on 1/16/2020

I looked at a lot of git courses on Udemy and many were difficult to follow because they are non-windows-based. Jason Taylor made this course windows-based and not only teaches all the basic functions of git in an easy to understand way using git-bash, but also uses windows tools such as Atom, Toroise, and GitGui to incorporate a windows-friendly user experience.
Once I understood git from this course, it was much easier for me to go back to other courses and compare those approaches to what I learned here. However, I really think that for most windows-users you only need a basic course like this. Jason Taylor's style of teaching is very thorough and you won't waste any time with lengthy speeches or transition slides so most of the time you spend in this course will be hands-on learning.
Again, after taking many courses on Udemy, I think Jason makes this course very easy.
Small-feedback for improvement: I would like to request a tutorial that expands on this course geared towards Visual Studio 2019 users. I realize VS has git functionality built-in and I would like to see how Jason would teach this in his style. AND if at all possible, include some exercises on how teams can work in git because this is something developers should learn and it's not easy to teach. Such as push requests and how not to approve your own requests in a team environment.
Thank you!

By Eralda Chung-Colon on 11/27/2019

I am very happy with Jason Taylors' style of instruction. That's why I keep coming back to him for further instructions. This is my 3rd course I've taken from him. The Man is patient, he teaches in a way we slow old timers can keep pace with him. There were no computers in my schooling days. Our computers were our brains, that's all we had. So , Yeah!, I'm a little slow on the uptake because this is all new to me. My great-grand a 7 y.o. puts me to shame, Me ? I'm trying my hardest to become a web designer.
I really want this, Jason is giving me my chance. He's very knowledgable in his subject, he considers his students always as beginners, which we are, and his style of teaching makes allowances for it seems every eventuality that could pop up. I still make mistakes which I plan to contact him about . But these are my mistakes, not his form of instruction. I feel I can learn alot from him, as long as I pay attention and follow directions precisely as he says. Learned that one the hard way in the 1st course I took ( re: "rm -rf" ) , even missed it on the quiz. But did learn from the experience. Great Teacher!