Instructional Video4:11
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Probability Theory in a Dice Game

Higher Ed
This video explains the probability theory in a dice game. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a...
Instructional Video27:13
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - More details on hash collision probability (OPTIONAL)

Higher Ed
This video gives a more detailed view on hash collision probability. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video2:41
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Tree Objects in Git

Higher Ed
This video explains the tree objects in Git. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video4:17
Curated Video

Finding the Probability of Compound Events Using Tables

K - 5th
In this video, the teacher explains how to find the probability of compound events by creating a table. They use examples of tossing a coin and rolling two dice to demonstrate different methods of listing possible outcomes. The focus is...
Instructional Video7:33
Curated Video

Using Sample Spaces to Find Compound Probability

9th - 12th
This video lesson teaches how to use sample spaces to find compound probability. The teacher uses examples such as rolling two dice, flipping coins, and different modes of transportation to school to demonstrate how to create sample...
Instructional Video9:53
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating a Git Tree Object

Higher Ed
This video explains how to create a Git tree object. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video4:53
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Examining Tree Object

Higher Ed
This video demonstrates how to examine a tree object in Git. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a...
Instructional Video3:51
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Read-tree

Higher Ed
This video sheds light on the Git read-tree. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video5:56
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Hash Collision Probability

Higher Ed
This video explains the Git hash collision probability. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new...
Instructional Video2:26
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Object Permissions

Higher Ed
This video explains the Git object permissions. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video1:57
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What Have We Learned so Far?

Higher Ed
This video provides an overview of the contents we have learned so far in this section. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video4:21
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Section Summary

Higher Ed
This video provides a summary of this section. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video3:03
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Object Types

Higher Ed
This video explains the various Git object types. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video6:45
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Writing a New Git Object with a git hash-object

Higher Ed
This video illustrates how to write a new Git object with a git hash-object. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how...
Instructional Video3:50
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Overview of Current File Distribution

Higher Ed
This video provides an overview of the current file distribution. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video4:09
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - How Many Files can Git Store?

Higher Ed
This video illustrates the number of files Git can store. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new...
Instructional Video2:40
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Why Git Blobs do not Store File Names

Higher Ed
This video explains why the Git blobs do not store a file name. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize...
Instructional Video4:12
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Git Repository

Higher Ed
This video explains the initialization of a new Git repository. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize...
Instructional Video3:12
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Checkout-index

Higher Ed
This video explains the Git checkout-index. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video1:58
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Reading Files in the Staging Area Using git ls-files

Higher Ed
This video explains how to read files in the staging area using git ls-files. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how...
Instructional Video10:15
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Contents of Git Objects

Higher Ed
This video explains the various contents of Git objects. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new...
Instructional Video7:56
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating a New Git Blob Based on a File

Higher Ed
This video explains how to create a new Git blob based on a file. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video3:57
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - JSON Versus Git Database

Higher Ed
This video illustrates the difference between JSON and the Git database. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video5:24
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Exploring Git Objects with the git cat-file Command

Higher Ed
This video explores some Git objects with the git cat-file command. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...