git diff and ObjectiveC
When writing Objective-C code and using git you probably realised that the git diff
output does not mention the function name in which the change occurred. This can easily be changed.
2013-11-28
When writing Objective-C code and using git you probably realised that the git diff
output does not mention the function name in which the change occurred. This can easily be changed.
I just figured out, that I want to make sure, that I never committed a key to my repository before publishing it, so what’s the easiest way to grep throw all commits in a git repository: