Companies Home Search Profile

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

Focused View

Jason Taylor

5:56:52

31 View
  • 001 Welcome and Course Goals.mp4
    01:30
  • 002 Course Overview.mp4
    02:19
  • 003 About the Author Instructor.mp4
    01:01
  • 004 Course Audience and Course Study Tips.mp4
    02:47
  • 005 Why Command Line.mp4
    02:29
  • 006 Why Source Control.mp4
    05:50
  • 007 Why Git.mp4
    02:12
  • 008 Key Git Terminology.mp4
    02:59
  • 001 Installation Overview.mp4
    02:12
  • 002 Installing Git for Windows.mp4
    05:41
  • 003 Installing Git on Mac OS X.mp4
    01:11
  • external-links.txt
  • 001 Quick Start, Part 1 Starting with GitHub and Project Setup.mp4
    05:30
  • 002 Quick Start, Part 2 Configuration, Clone, and Git Basic Workflow.mp4
    09:05
  • 003 01-QuickStart.pdf
  • external-links.txt
  • 001 New Default Branch on GitHub.mp4
    10:46
  • 001 Text Editor Installation Overview.mp4
    01:10
  • 002 Windows Text Editor Notepad++ Installation.mp4
    05:23
  • 003 Configure Notepad++ with Git (Windows Only).mp4
    04:42
  • 004 Mac Text Editor TextMate 2 Installation.mp4
    03:04
  • 005 Configure Text Mate 2 with Git (Mac Only).mp4
    03:01
  • 006 02-EditorInstall.pdf
  • external-links.txt
  • 001 Basic Commands Overview.mp4
    01:57
  • 002 Starting with a Fresh Project (git init).mp4
    08:01
  • 003 Adding Git to an Existing Project (git init).mp4
    06:58
  • 004 Starting on GitHub by Joining an Existing Project (git clone).mp4
    06:01
  • 005 Basic Git Workflow (add, commit, pull & push).mp4
    11:27
  • 006 Tracked Files.mp4
    05:09
  • 007 Editing Files.mp4
    03:59
  • 008 Recursive Add.mp4
    04:13
  • 009 Backing Out Changes.mp4
    04:27
  • 010 Renaming and Moving Files.mp4
    11:14
  • 011 Deleting Files.mp4
    10:17
  • 012 History.mp4
    06:27
  • 013 Git Alias.mp4
    04:23
  • 014 Ignoring Unwanted Files and Folders.mp4
    07:22
  • 015 Cleanup and Back to Origin (GitHub).mp4
    02:38
  • 016 04-BasicWorkflow.pdf
  • external-links.txt
  • 001 Visual Merge Diff Tool Installation Overview.mp4
    01:00
  • 002 P4Merge Install on Windows.mp4
    02:06
  • 003 P4Merge Configure on Windows.mp4
    03:32
  • 004 P4Merge for Windows Git Configuration.mp4
    04:13
  • 004 P4merge-Setup.pdf
  • 005 P4Merge for Mac Installation.mp4
    01:52
  • 006 P4Merge for Mac Git Configuration.mp4
    04:02
  • 007 05-MergeToolInstall.pdf
  • 001 Git Repository Setup (for comparing examples).mp4
    05:52
  • 002 Comparing Working Directory and the Staging Area.mp4
    02:29
  • 003 Comparing Working Directory and Git Repository (Last Commit).mp4
    01:49
  • 004 Comparing between the Staging Area and the Git Repository (Last Commit).mp4
    01:43
  • 005 Limiting Comparsons to one File (or path).mp4
    01:59
  • 006 Comparing Between Commits.mp4
    04:37
  • 007 Comparing Between Local and Remote Master Branches.mp4
    02:05
  • 008 Comparison Section Cleanup and Push back to GitHub.mp4
    01:37
  • 001 Branching Basics.mp4
    04:48
  • 002 Happy Path Fast Forward Merges.mp4
    06:44
  • 003 Happy Path Disable Fast Forward Merges.mp4
    04:12
  • 004 Automatic Merges.mp4
    05:30
  • 005 Conflicting Merges and Resolution.mp4
    11:40
  • 006 Section Cleanup and Push back to GitHub.mp4
    01:37
  • 001 Simple Rebase Example.mp4
    08:21
  • 002 Setup for rebasing conflict.mp4
    02:50
  • 003 Abort a Rebase.mp4
    02:06
  • 004 Rebase Conflict and Resolution.mp4
    04:04
  • 005 Pull with Rebase (GitHub).mp4
    04:50
  • 006 Section Cleanup and push to GitHub.mp4
    01:54
  • 001 Simple Stash Example.mp4
    05:55
  • 002 Stashing Untracked Files and Using Pop.mp4
    05:23
  • 003 Managing Multiple Stashes.mp4
    05:53
  • 004 Stashing into a Branch.mp4
    05:46
  • 005 Section Cleanup and push to GitHub.mp4
    01:22
  • 006 10-Stashing.pdf
  • 001 Simple Tag Example Lightweight Tags.mp4
    03:48
  • 002 Annotated Tags.mp4
    02:39
  • 003 Comparing Tags.mp4
    05:09
  • 004 Tagging a Specific Commit.mp4
    02:02
  • 005 Updating Tags.mp4
    01:45
  • 006 Using Tags with GitHub.mp4
    05:03
  • 007 11-Tagging.pdf
  • 001 Reset and Reflog (Office Hours, Session 1).mp4
    12:28
  • 002 Compare Branches via GitHub (Office Hours, Session 1).mp4
    04:34
  • 003 Compare Branches via Command Line (Office Hours, Session 1).mp4
    06:15
  • 004 Stash vs Branch (Office Hours, Session 1).mp4
    09:50
  • 005 Gitting Help (Office Hours, Session 1).mp4
    01:15
  • 006 Cherry Pick (Office Hours, Session 1).mp4
    07:41
  • 001 Git Mac OS X Updates.mp4
    05:07
  • 001 Bonus Exclusive Student Discounts.html
  • Description


    Go from zero to hero with Git source control step-by-step with easy to understand examples. Become the next Git expert!

    What You'll Learn?


    • Learn the key concepts of the Git source control system
    • Step through the entire Git workflow
    • Compare the different states in Git and compare between branches and commits
    • Manage files with Git (move, rename, delete) and update files managed outside Git
    • Create and fork repositories on GitHub and push changes back after working after working on them locally
    • Create branches and resolve merge conflicts like a pro

    Who is this for?


  • Anyone interested in using source control and specifically Git
  • Software engineers, developers, programmers new to Git
  • IT Managers or technical leads considering Git for version control on their teams
  • Freelancers or other creative professionals
  • What You Need to Know?


  • Basic computer skills
  • Ability to install software on your computer
  • Admin rights may be required for software installation
  • More details


    Description

    Git Complete

    This course is designed to be a comprehensive approach to Git, 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.

    Recent Course Updates

    • Added Updates and Errata section
    • Added Tagging section

    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, the first thing we do is Git Installation for both Windows and Mac.

    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).

    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. Finally, we cause trouble on purpose so we can step through resolving conflicting merges with our visual merge tool.

    With a strong foundation in branching and merging, we will then cover a more complex topic, Rebasing. In that section, we cover several rebasing examples, including how to resolve a rebase conflict.

    In the Stashing section, we save our work-in-progress while we attend to more pressing issues, then pick up where we left off after that.

    NEW: In the Tagging section, we mark important milestones or releases within our project. We also use those tags later for comparing differences between important milestones. We also look at how to use tags within GitHub.

    All tools have installation and configuration sections to ensure no one is left behind.

    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 nearly 4 hours of screencast based video training in order to step through each command or action in sufficient detail.

    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 feature!

    Who this course is for:

    • Anyone interested in using source control and specifically Git
    • Software engineers, developers, programmers new to Git
    • IT Managers or technical leads considering Git for version control on their teams
    • Freelancers or other creative professionals

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Jason Taylor
    Jason Taylor
    Instructor's Courses
    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.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 78
    • duration 5:56:52
    • English subtitles has
    • Release Date 2023/09/10