PATH:
usr
/
share
/
git-core
/
templates
/
hooks
#!/bin/sh # # An example hook script to prepare a packed repository for use over # dumb transports. # # To enable this hook, rename this file to "post-update". exec git update-server-info
[+]
..
[-] pre-commit.sample
[edit]
[-] post-update.sample
[edit]
[-] prepare-commit-msg.sample
[edit]
[-] pre-push.sample
[edit]
[-] applypatch-msg.sample
[edit]
[-] pre-applypatch.sample
[edit]
[-] commit-msg.sample
[edit]
[-] update.sample
[edit]
[-] pre-rebase.sample
[edit]