Skip to content

bh1428/git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git related utilities

hooks

Install hooks either by copying the file(s) to .git/hooks or by changing core.hooksPath. These hooks are currently available:

  • pre-commit:
    • check for .gitattributes settings

Configure hooks by cloning the repo and then something like: git config --system core.hooksPath /path/to/git/hooks

utils

  • git_sync.py: backup (pull) GitHub repositories to a (non-bare) local copy.

About

Git related tools

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Contributors