Collection of SW utilities.
.
├── git_hooks
├── kubernetes
│ ├── ci-cd
│ │ ├── argo-workflows
│ │ └── argocd
│ ├── cluster-creation
│ │ ├── k3d
│ │ ├── kind
│ │ ├── microk8s
│ │ ├── minikube
│ │ └── vagrant-kubeadm
│ ├── kubectl-plugins
│ └── observability
├── ml
│ └── openai
└── programming
└── python
Configure git to use the new hook - it will stay with the repository:
git config core.hooksPath "./git_hooks"
This file is generated from README-TEMPLATE.md using the git_hooks/pre-commit.