git force a file's mode to be executable

Sometimes there are files that I want to remain executable even though for the most part I don't have git track file mode changes.  There is a single command that I end up searching for every time I need it.  

git update-index --chmod=+x <filename>

section: