Companies Home Search Profile

Complete Guide to Git

Focused View

Kevin Skoglund

7:38:28

0 View
  • 01 - Use Git version control software to manage project code.mp4
    00:43
  • 01 - About version control.mp4
    02:28
  • 02 - History.mp4
    03:58
  • 03 - Distributed version control.mp4
    04:48
  • 01 - Installation.mp4
    02:48
  • 02 - Configuration.mp4
    05:42
  • 03 - Git help.mp4
    01:21
  • 01 - Initialize a repository.mp4
    03:22
  • 02 - Your first commit.mp4
    03:34
  • 03 - Write commit message.mp4
    02:46
  • 04 - View commits.mp4
    02:40
  • 05 - The three trees.mp4
    03:50
  • 06 - Hash values (SHA-1).mp4
    02:53
  • 01 - Add files.mp4
    05:56
  • 02 - Edit files.mp4
    05:55
  • 03 - Review file changes.mp4
    05:30
  • 04 - Delete files.mp4
    04:34
  • 05 - Move and rename files.mp4
    04:33
  • 01 - Introducing the project.mp4
    04:19
  • 02 - Make and review file edits.mp4
    07:28
  • 03 - Add, delete, and rename files.mp4
    06:07
  • 04 - Compare commits.mp4
    05:52
  • 05 - Make atomic commits.mp4
    02:09
  • 06 - Challenge Client edits.mp4
    03:01
  • 07 - Solution Client edits.mp4
    04:09
  • 01 - Restore changes to previous version.mp4
    04:59
  • 02 - Restore other versions.mp4
    05:20
  • 03 - Amend commits.mp4
    06:59
  • 04 - Revert commits.mp4
    04:03
  • 05 - Remove untracked files.mp4
    04:02
  • 01 - Ignore files in a project.mp4
    06:25
  • 02 - Ideas on what to ignore.mp4
    03:20
  • 03 - Globally ignore files.mp4
    01:28
  • 04 - Track empty directories.mp4
    03:34
  • 01 - Referencing commits.mp4
    02:14
  • 02 - The HEAD pointer.mp4
    04:35
  • 03 - Ancestry.mp4
    03:37
  • 04 - Filter the commit long.mp4
    06:20
  • 05 - Format the commit log.mp4
    03:58
  • 01 - Branches overview.mp4
    03:15
  • 02 - Create branches.mp4
    02:34
  • 03 - Switch branches.mp4
    03:50
  • 04 - Switch branches with uncommitted changes.mp4
    05:13
  • 05 - Compare branches.mp4
    06:32
  • 06 - Rename branches.mp4
    02:36
  • 07 - Delete branches.mp4
    04:05
  • 08 - Configure command prompt.mp4
    05:21
  • 01 - Merging branches.mp4
    05:32
  • 02 - Fast-forward merge vs. real merge.mp4
    03:44
  • 03 - Merge conflicts.mp4
    07:20
  • 04 - Resolve merge conflicts.mp4
    06:47
  • 05 - Strategies to reduce conflicts.mp4
    02:57
  • 06 - Challenge Branching and merging.mp4
    02:17
  • 07 - Solution Branching and merging.mp4
    08:40
  • 01 - Reset types.mp4
    03:06
  • 02 - Soft reset.mp4
    07:15
  • 03 - Mixed reset.mp4
    07:34
  • 04 - Hard reset.mp4
    04:54
  • 01 - Save changes in the stash.mp4
    05:35
  • 02 - View stashed changes.mp4
    03:34
  • 03 - Retrieve stashed changes.mp4
    06:05
  • 04 - Delete stashed changes.mp4
    02:38
  • 01 - Local and remote repositories.mp4
    02:24
  • 02 - Set up a GitHub account.mp4
    03:50
  • 03 - Configure GitHub credentials.mp4
    04:17
  • 04 - Add a remote repository.mp4
    03:31
  • 05 - Create a remote branch.mp4
    04:51
  • 06 - Clone a remote repository.mp4
    03:15
  • 07 - Remote-tracking branches.mp4
    05:23
  • 01 - Working with a remote.mp4
    02:44
  • 02 - Push changes to a remote.mp4
    05:10
  • 03 - Fetch changes from a remote.mp4
    04:23
  • 04 - Merge in fetched changes.mp4
    02:44
  • 05 - Work with new remote branches.mp4
    05:54
  • 06 - Push to an updated remote branch.mp4
    02:50
  • 07 - Delete a remote branch.mp4
    04:14
  • 08 - Prune stale branches.mp4
    04:12
  • 09 - Collaboration workflow.mp4
    05:58
  • 10 - Collaborating on open-source projects.mp4
    02:57
  • 01 - Create and delete tags.mp4
    05:30
  • 02 - List tags.mp4
    03:10
  • 03 - Push tags to a remote.mp4
    03:18
  • 01 - About interactive staging.mp4
    04:37
  • 02 - Interactive commands.mp4
    05:08
  • 03 - Patch mode.mp4
    05:08
  • 04 - Split a hunk.mp4
    04:56
  • 05 - Edit a hunk.mp4
    05:55
  • 01 - Cherry-picking commits.mp4
    04:32
  • 02 - Resolve cherry-picking conflicts.mp4
    05:52
  • 03 - Create diff patches.mp4
    03:42
  • 04 - Apply diff patches.mp4
    02:46
  • 05 - Create formatted patches.mp4
    05:27
  • 06 - Apply formatted patches.mp4
    03:54
  • 01 - Rebase commits.mp4
    03:39
  • 02 - Perform a rebase.mp4
    07:03
  • 03 - Merging vs. rebasing.mp4
    02:36
  • 04 - Interactive rebasing.mp4
    06:41
  • 05 - Squash commits.mp4
    04:43
  • 06 - Pull rebase.mp4
    06:27
  • 01 - Blame.mp4
    06:43
  • 02 - Bisect.mp4
    07:11
  • 03 - Challenge Track down problems.mp4
    01:36
  • 04 - Solution Track down problems.mp4
    06:02
  • 01 - Next steps.mp4
    00:31
  • Description


    The Git version control software is used daily by millions of developers around the world to manage project source code. This course provides a complete guide to everything needed to use this essential development tool effectively. Instructor Kevin Skoglund uses step-by-step examples to demonstrate key concepts, fundamental skills, and advanced techniques, while highlighting best practices and giving practical advice along the way. Learn to track changes to your code over time and to review and retrieve old versions. Discover how to create branches to try new ideas without impacting the main project and to merge those branches into the project when they are ready. See how to collaborate with other developers efficiently using a remote repository. Explore powerful Git tools like interactive staging, resetting, rebasing, and bisecting.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Kevin Skoglund
    Kevin Skoglund
    Instructor's Courses
    LinkedIn Learning is an American online learning provider. It provides video courses taught by industry experts in software, creative, and business skills. It is a subsidiary of LinkedIn. All the courses on LinkedIn fall into four categories: Business, Creative, Technology and Certifications. It was founded in 1995 by Lynda Weinman as Lynda.com before being acquired by LinkedIn in 2015. Microsoft acquired LinkedIn in December 2016.
    • language english
    • Training sessions 104
    • duration 7:38:28
    • English subtitles has
    • Release Date 2024/12/06