We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144904c commit 28981cbCopy full SHA for 28981cb
README.md
@@ -25,6 +25,13 @@ Start:
25
- [git-moji](https://gitmoji.dev/)
26
- Videos: [Python-Git-Client](https://www.youtube.com/watch?v=xvzo_nV9PjU), [Git-Interals](https://www.youtube.com/watch?v=MYP56QJpDr4)
27
28
+## Inspect git objects
29
+
30
+```bash
31
+git log --format=raw
32
+git cat-file -p <hash> # pretty print
33
+git cat-file -t <hash> # type
34
+```
35
36
## Note
37
0 commit comments