My personal git hooks.
Project description
Personal Git Hooks
This directory contains some scripts designed for use as git hooks. They should have a pretty simple command line interface (see docstrings for details) so usage should be self-explanatory.
Installation
You can install the entire hook package with pip install metovhooks.
Usage
You can run the scripts manually in your shell. For example, protect_branch master will exit with code 1 if the current git branch is master and exit with 0 if not (if your shell does not display exit codes, you can check the code with echo $?).
Of course, it isn't very useful to run these manually. You can just type git status and see what the current branch is. But these scripts are intended to be used as git hooks. This is why the commands themselves are verbose - you'd be reading them much more often than typing them. However, you still have the option of just typing them manually -- a useful thing when troubleshooting.
If you're looking for a tool to help you manage git hooks, check out yaghm. This repository also contains a yaghm config defining the hooks I use when developing it. This is optional; it won't actually do anything until you install yaghm and enable them.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file metovhooks-0.1.8.tar.gz.
File metadata
- Download URL: metovhooks-0.1.8.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2aa5ef42ce9795ee01ae988fec573760d404b7c6b4a2f9d32c14db624de065ac
|
|
| MD5 |
a51e204184a99750c2b6d960e67e6c4f
|
|
| BLAKE2b-256 |
a0a33f9cec5860722a5786fa35b38b24e1cca1277971260503b3a129b2eefb92
|
File details
Details for the file metovhooks-0.1.8-py3-none-any.whl.
File metadata
- Download URL: metovhooks-0.1.8-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b02634840ac9e4a89952f110e4c14c29c2d8ec5f88fdbedd33a05aaa70218db8
|
|
| MD5 |
307ba2a8e96623bc26b70435778b1edd
|
|
| BLAKE2b-256 |
2bb409f6f5fb828c91df2e5696d0ef3f5ea076df3834174ab7cdd52be8bb6647
|