Tag: git-hooks
All the articles with the tag "git-hooks".
-
git hook proxy
Final implementation of a PowerShell git hook proxy that extracts and runs hooks from the repo for both client and server sides.
-
git server-side hooks - maintenance
Pattern for self-updating git server-side hooks: a proxy script checks out hook code directly from the repository on each run.
-
Detect Console mode vs UI
Reliable PowerShell technique to detect whether a git hook runs in a console or a GUI environment like Git Extensions.
-
Git - Get Push Date
How to record and retrieve the actual push date for git commits using git notes and server-side post-receive hooks.
-
Useful git hooks - Part 4
Summary of an expanded git hooks suite enforcing branch merge order, rebase safety, TeamCity build status, and push timing rules.
-
Useful git hooks - Part 3
Completion of the git hooks suite with functional tests using PoshUnit and UI Automation PowerShell Extensions.
-
Useful git hooks - Part 2
Adds a commit-msg hook that enforces TFS work item ID prefixes on all commit messages.
-
Useful git hooks
Introduction to a git hooks repository that prevents ugly pull-merge commits from cluttering git history.