Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 154 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 154 Bytes

Git hooks

pre-commit

  • Sorts files in Xcode project by name.

Install pre-commit hook:

ln -sf ../../hooks/pre-commit .git/hooks/pre-commit