8000 GitHub - Nautilus-YWL/git-template
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 25, 2023. It is now read-only.

Nautilus-YWL/git-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0