When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Git Going with Comparing, Branching and Merging

Comprehensive, step-by-step guide to Comparing, Branching, Merging and Rebasing in the Git source control system

     
  • 4.7
  •  |
  • Reviews ( 904 )
₹519

This Course Includes

  • iconudemy
  • icon4.7 (904 reviews )
  • icon2h 25m
  • iconenglish
  • iconOnline - Self Paced
  • iconprofessional certificate
  • iconUdemy

About Git Going with Comparing, Branching and Merging

Git Going with Comparing, Branching and Merging

Are you sure how to _compare_ between commits, branches or the three states of Git? Do _merges_ cause you trouble? What is a _rebase_ , anyway? In this course, students will walk though comparing (diffs), branching, merging and rebasing in Git. At the end of this course, students will have a _firm_ understanding and experience with those paricular aspects of Git. _Note:_ This is not a comprehensive course on Git -- we focus _exclusively_ on

comparing

,

branching

,

merging

, and

rebasing

.

Recent Course Updates

October 17: Added _Updates and Errata_ section

Course Outline

_Course Introduction and Overview_ provides an introduction to this course. After the introduction, the first thing we do is _Git Installation_ for both Windows and Mac. There are dedicated sections for Windows and Mac -- so students can jump directly to the lectures specifically designed for their system. After the installation process, we will download the example project repository from GitHub (clone) which we will use throughout the course. After installation and downloading the example project, 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. 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 2 hours of screencast based video training in order to step through each command or action in sufficient detail.

Special Notes

This course is part of the "Git Going" series and is included with the _Git Complete_ comprehensive course. If you are already enrolled in that course, do not enroll in this course. This course makes extensive use of the

command line

. Each command is discussed in detail, so everyone can follow along.

What You Will Learn?

  • Install Git and related tools, specifically for comparing and merging .
  • Compare (diff) between various parts within Git (branches, commits, and more) .
  • Create, manage, and delete branches .
  • Merge branches and resolve conflicts .
  • Rebase branches and resolve conflicts.