Peeking under the hood at how Git does its thing
Beyond Compare can reveal the blobs and hooks in your .git folder.
PreviousHow to recover an older version of your code with Git and Beyond CompareNextGetting better at Git
Last updated
Beyond Compare can reveal the blobs and hooks in your .git folder.
Last updated
Here is how to check out the structure of a Git archive by dragging it into Beyond Compare. And then dragging one of your other Git archives.
Drag the hidden .git
folder of your project, drop it into Beyond Compare FolderCompare.
Double click various folders to expand and collapse them
Double click files to display them
Now open the .git file for a different project in the other pane of BC
What you have revealed is the gnarly nuts and bolts of your blobs et al. Now go here where Charles Duan explains what we are looking at. Or watch Michael Schwern's Tinkertoy Git video.