Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 349 Bytes

dot files

This is my own bash, git and vim configs, hooks and aliases.

add .gitignore to config

git config --global core.excludesfile ~/.gitignore

git hooks usage

git config --global init.templatedir '~/.git-templates';
chmod a+x ~/.git-templates/hooks/*

Then, re-initialize each existing repo:

git init