#
git-hooks
Here are 305 public repositories matching this topic...
pre-commit git hooks to take care of Terraform configurations
-
Updated
Jul 26, 2021 - Shell
Easily manage git hooks in your composer config
git
php
composer
command-line
php7
git-hooks
command-line-tool
composer-package
githook
composer-event
-
Updated
Aug 3, 2021 - PHP
Very flexible git hook manager for php developers
-
Updated
Jul 28, 2021 - PHP
The npm-style script runner for Deno
-
Updated
Aug 12, 2021 - TypeScript
niklaas
commented
Aug 4, 2021
I get the following errror
ENOENT: no such file or directory, open '/Users/niklaas/git/abc/def/.git/worktrees/<name of worktree>/hooks/pre-commit'
when running npx simple-pre-commit inside a git worktree.
Git Hooks for Swift projects 🐩
-
Updated
Aug 8, 2021 - Swift
A Git hook to validate your commit messages based on community standards.
-
Updated
Mar 9, 2021 - Ruby
-
Updated
May 4, 2021 - Shell
-
Updated
Nov 28, 2017 - PHP
Run `yarn install`, `npm install` or `pnpm install` on git hooks automatically
-
Updated
Nov 20, 2020 - JavaScript
Git hook to help you write good commit messages, with no external dependencies.
-
Updated
Aug 6, 2021 - Shell
Automatic setup of user identity (user.email / user.name) on git clone
-
Updated
Jul 8, 2021 - Shell
Git hooks to encourage well-written WordPress.
-
Updated
Jun 25, 2020 - Shell
Simple git-hook integration for your gulp workflows.
-
Updated
May 24, 2019 - JavaScript
SlimJim is a simple auto update script utilizing Slim (a PHP micro-framework), incron (inotify cron system), and GitHub/BitBucket post-receive-hook
-
Updated
Sep 3, 2014 - PHP
[Git hook] Tool to add all PHP internal functions and constants to its namespace by adding backslash to them.
-
Updated
Apr 21, 2020 - PHP
git
git-addons
time-tracker
git-hooks
task-manager
github-issues
git-notes
time-tracking
task-management
git-extension
time-tracking-app
-
Updated
Apr 4, 2015 - Shell
Git hook for adding Jira issues and stories to commit body
-
Updated
Apr 9, 2021 - Python
edisonywh
commented
Jan 16, 2020
When you run a git hook, the Runner task works, your .commitee.exs works, but then the message does not print out.
Relevant line in mix commitee.runner, right here
This tool greatly simplifies Windows administrator life by automating the whole scripting content lifecycle. So the boring stuff like backuping, syntax checking, code formatting, content distribution or deletion will be automated and only thing left will be the code writing :)
git
windows
profile
automation
validation
administration
repository
powershell
vscode
active-directory
git-hook
git-hooks
cicd
deployment-automation
-
Updated
Jun 30, 2021 - PowerShell
Open
Fix clippy warnings
calebcartwright
commented
Feb 2, 2021
error: this pattern reimplements `Option::unwrap_or`
--> src/config.rs:148:22
|
148 | Ok(value) => match value.as_bool() {
| ______________________^
149 | | Some(setting) => setting,
150 | | None => true,
151 | | },
| |_________^ help: replace with: `value.as_bool().unwrap_or(true)`
|
= noteImprove this page
Add a description, image, and links to the git-hooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the git-hooks topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
As per #228 the interactive mode did not work properly for Windows. It rendered Windows unusable, whether the feature was turned on or not.
Describe the solution you'd like
The interactive mode helps people an assisted way to enter contents to ignore through an interactive shell.
This needs to be exactly same for Windows,