Skip to content

Instantly share code, notes, and snippets.

@leilee
leilee / plistGitDiff
Created February 3, 2018 03:18 — forked from scottrigby/plistGitDiff
Shows git diff of tracked plist files
#!/bin/bash
## @file
## Shows git diff of tracked plist files.
##
## Normally, Mac plist files are binary, so git diffs do not display. However,
## there are cases where seeing diffs is important. For example, when tracking
## changes via Mackup's git storage option.
##
## @see http://confusatory.org/post/133141617492/git-diff-for-binary-apple-property-list-files