Git Lecture 1 – Introduction and Objects
This lecture introduces git and drills down into Git’s “objects”. Objects are central to the internal design of git. We will encounter three kinds of objects: blobs, trees, and commits and explore the relation between them. A good understanding of objects is the basis for a good understanding of everything built on top of them such as commits, branches, and more.
Lecture by: Jamie Julius
Recorded on: December 28, 2021
Videos in this series:
Git Lecture 1: https://youtu.be/G3b2qLhGhlA (this video)
Git Lecture 2: https://youtu.be/NbkL1yoZl5k
Git Lecture 3: https://youtu.be/eHypbybRHIU
Git Lecture 4: https://youtu.be/3AZBvjrAppQ
Git Lecture 5: https://youtu.be/awPLZPjf7pw
Answers to questions:
- Two objects with different keys will definitely have different content
- Files are stored in the repository as blob objects
- If a file is stored as an object and its content changes and is then stored again, it will be stored as a new object under a new key
- If my computer contains an object named 3fda113575a69335301cb7754e019eaef7838560 and your computer contains an object with the same name, then the contents can be assumed to be the same
- If two separate files in separate sub-directories of the same working directory have the same content, they will be stored as a single blob object
- If a single file changes in a directory and a snapshot is taken (add + commit), which objects will be created in the repository to reflect this? One blob, at least one tree (but maybe more if the file is in a sub directory), and one commit object
- What is the meaning of the name "git"? (hint: consult Wikipedia) All of the above
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Git Lecture 1 – Introduction and Objects», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.