$ brew install ctags
$ git config --global init.templatedir '~/.git_template'
$ mkdir -p ~/.git_template
$ chmod +x hooks/*
$ cp -r hooks ~/.git_template
$ cd YOUR_GIT_REPO
$ git init
http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html
| Name | Name | Last commit date | ||
|---|---|---|---|---|
$ brew install ctags
$ git config --global init.templatedir '~/.git_template'
$ mkdir -p ~/.git_template
$ chmod +x hooks/*
$ cp -r hooks ~/.git_template
$ cd YOUR_GIT_REPO
$ git init
http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html