# Building Git

I’ve recently started working through Building Git building a version of the project in Swift. Some of the tools and aliases make use of Ruby as described in the book, however there are alternatives.

Instead of using an alias for inflate, the pigz command can be used to inflate git blobs instead using the -d decompress and -c stdout arguments.

$ pigs -dc .git/objects/<sha1 hash>
My avatar

Thanks for reading my blog post! Feel free to check out my other posts or contact me via the social links in the footer.


More Posts

Comments