项目作者: eddieantonio

项目描述 :
A template directory with useful git hooks!
高级语言: Shell
项目地址: git://github.com/eddieantonio/git-template-dir.git
创建时间: 2020-08-21T16:20:02Z
项目社区:https://github.com/eddieantonio/git-template-dir

开源协议:

下载


git template dir

This is a template directory for new (and existing) git
repositories.

Features

  • default branch is named main
  • build ctags after commits, merges, and checkouts (thanks @tpope)
  • default exclude patterns (.gitignore) for development on macOS

Install

Clone this… somewhere. Some places include ~/.git_template:

  1. git clone https://github.com/eddieantonio/git-template-dir.git ~/.git_template

Then configure it as your template directory:

  1. git config --global init.templatedir '~/.git_template/template'