Skip to content
This repository was archived by the owner on Feb 25, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 467 Bytes

File metadata and controls

22 lines (17 loc) · 467 Bytes

git-template

git template is a collection of hook scripts.

Usage

  • for clone: clone this repo and apply for your repo
git clone git@github.com:Your/Repo.git --template=/path/to/git-template
  • for init local repo
mkdir -p /path/to/your-repo
git -C /path/to/your-repo init --template=/path/to/git-template
  • update hooks
rm -rf /path/to/your-repo/.git/hooks
cp -Rf /path/to/git-template/hooks /path/to/your-repo/.git