Git Diff for Binary Property List Files
Christopher Bowns: In the same vein as diffing UTF-16 .strings files in git:It’s easy to set up git to show diffs for binary .plist files. The commands are: git config –global diff.plist.textconv “plutil -convert xml1 -o -” echo “*.plist diff=plist” >> .gitattributes
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed