Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Git Basics: Distributed Workflows

Posted By: ELK1nG
Git Basics: Distributed Workflows

Git Basics: Distributed Workflows
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 48.8 MB | Duration: 5 minutes

Git allows us to have multiple repos, unlike centralized version control systems. This is why we call it a "distributed" system. However, Git allows more than one kind of distributed workflow. This way, teams can adopt workflows that work for their projects.

In this Coffee Break Course, you'll look at two of the most important distributed Git workflows: the integration manager workflow and the benevolent dictator model.

Why not check out our Introduction to Git and GitHub or watch the other Coffee Break Courses in this series:

Git Basics: The Three Trees
Git Basics: Reset
Git Basics: GitHub Pull Requests
Git Basics: Branches
Git Basics: States
Git Basics: Merge and Rebase
Git Basics: Git Rebase Mixtape