July 2018
Intermediate to advanced
354 pages
10h 57m
English
To view the objects in the Git database, we first need a repository to be examined. For this recipe, we will clone an example repository in the following location:
$ git clone https://github.com/PacktPublishing/Git-Version-Control-Cookbook-Second-Edition.git $ cd Git-Version-Control-Cookbook-Second-Edition
Now you are ready to look at the objects in the database. We will start by looking first at the commit object, followed by the trees, the files, and finally, the branches and tags.
Read now
Unlock full access