Содержание
Course Overview 1m 31s Course Overview 1m 31sUnderstanding Git Branch Basics 30m 37s Branching In-flight 6m 28s Moving from Branch to Branch 15m 30s Renaming and Deleting Branches 8m 38sMerging Made Easy 41m 8s Comparing and Merging Branches 5m 54s Understanding Git Diff 3m 32s Using Git Diff 16m 19s Resolving Merge Conflicts 8m 13s Aborting a Merge 7m 8sUsing Git Branches with Your Team 41m 19s Setting up Remotes 4m 42s Using Remotes with Code 6m 28s Using Remotes with Branches 6m 18s Using Pull Requests 8m 15s Ignoring Files 5m 36s Setting Team Conventions 4m 2s Creating Code That Can Merge 5m 55sAdvanced Merging Methods 31m 8s Rearranging with Rebase 2m 58s Squashing Multiple Commits 5m 55s Rebasing from Main 8m 0s Using Cherry Pick 3m 59s Cherry Pick Demos 10m 15s