This hook can be used to check commit message styling. Failure of this script will prevent the commit from being made and display an appropriate error message.
git config --global init.templatedir '~/.git-templates'
mkdir -p ~/.git-templates/hooks
2.
...Recently, I found myself needing to send a bunch of old videos to a friend. These videos were stored on my old MacBook, so they were all in .mov format. My friend doesn't have a Mac, so I decided to convert the videos before sending them off. Additionally, these files had been moved from Mac to Windows to Linux and back to Windows. Somewhere in between moves the filenames had been changed to inclu
...