From the course: Cisco DevNet Associate (200-901) Cert Prep 1: Software Development and Design

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Git operations

Git operations

- [Instructor] In this section, we will see examples of common Git operations. Let's take a look at some of the Git vocabularies. I know we have been using some of them, and many of them are self-explanatory, but let's just go over some of the Git vocabularies first. This is just a small set of all the terms or vocabularies when working with Git. So go ahead and take a look at the many more related terms from the link provided if you're interested. And I would encourage you to look up what an evil merge is. That is actually one of my favorite terms for Gits. A Git ref is a name that begins with refs and points to an object name or another reference. This is widely used in Git to indicate a point of time, a change, or a history. A Git repository, as we've seen, is the database that contains the project's information, including the files, metadata, as well as the history. A Git tree refers to a list of checked out files, could…

Contents