Tip: Share a Git Hooks Directory Across Your Repositories
TL;DR git config --global core.hookspath '<path to hooks directory>' Sharing Hooks Across Repos I posted before about using a pre-commit hook to check that…
TL;DR git config --global core.hookspath '<path to hooks directory>' Sharing Hooks Across Repos I posted before about using a pre-commit hook to check that…
This post is part of the series on Git Command Line Snippets where I am taking a look at performing actions on GitHub using…
This post is part of the series on Git Command Line Snippets where I am taking a look at performing actions on GitHub using…
This post is part of the series on Git Command Line Snippets where I am taking a look at performing actions on GitHub using…
This post is part of the series on Git Command Line Snippets where I am taking a look at performing actions on GitHub using…