/workbook/htmls/26-Hooks.html
http://github.com/matthewmccullough/git-workshop · HTML · 7 lines · 4 code · 3 blank · 0 comment · 0 complexity · 0bb2e111fef14137a19af4ab8a138642 MD5 · raw file
- <link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" />
- <h1>Hooks</h1>
- <h2>Viewing the Templates</h2>
- <p><code>Hooks</code> are scripts that run when certain events occur in the repository. They can be found in the <code>.git/hooks</code> directory. The directory is seeded with examples all with the <code>.sample</code> filename extension.</p>