Skip to content

BrennanPaciorek/git-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

My git template

Basic git template directory using git hooks to facilitate updating ctags when a repository changes

  • Adds post-checkout, post commit, post-merge, and post-rewrite hooks
  • Also has a template for info/exclude, which contains only excludes for files created by this template

To make this the default templte for the current user: git config init.templateDir /path/to/repository/git-template/

  • Then, upon initializing or cloning a repository, the contents of info and hooks directories should be replaced with the contents of the git-template/ in this repository
  • Documentation on git template directories

These hooks were copied from an article titled Getting started with Ctags with Vim and Git by Aaron Young, but are likely to change as I improve my workflow.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages