# 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>