Coding Chronicles
A collection of insights, code snippets, and lessons learned from real-world iOS development.
-
Adding a System-Wide Git Logger on macOS
This article shows how to intercept and log Git commands executed by applications on macOS, even those like the Tower app that hide their Git actions. It covers setting up a "git wrapper" script to log commands and delegate them to the original Git binary, giving developers full visibility without affecting workflow.