Command
git cat-fileExplanation
git cat-file is used to provide content or type and size information for repository objects. It provides the content or type and size information for the repository objects.
Examples
Show object type
git cat-file -t abc123Pretty-print object contents
git cat-file -p abc123More
Prune Objects
git
Prune all unreachable objects from object database
Initialize Repository
git
Create an empty Git repository in a directory to start version controlling your project
Clone Repository
git
Clone an existing Git repository from a remote server to your local machine, creating a complete copy with full history