Relative Content

Tag Archive for gitgithooks

is it safe to add a directory *inside* of the .git/ folder

I am making a git hook that needs to store some metadata about the repo between runs. (more precisely a hook that pre-writes commit messages using an llm, and I need to keep a vector database indexing the code of the repo for RAG).

is it safe to add a directory *inside* of the .git/ folder

I am making a git hook that needs to store some metadata about the repo between runs. (more precisely a hook that pre-writes commit messages using an llm, and I need to keep a vector database indexing the code of the repo for RAG).

is it safe to add a directory *inside* of the .git/ folder

I am making a git hook that needs to store some metadata about the repo between runs. (more precisely a hook that pre-writes commit messages using an llm, and I need to keep a vector database indexing the code of the repo for RAG).

is it safe to add a directory *inside* of the .git/ folder

I am making a git hook that needs to store some metadata about the repo between runs. (more precisely a hook that pre-writes commit messages using an llm, and I need to keep a vector database indexing the code of the repo for RAG).

Why isn’t there a git `post-push` hook?

I’m curious why Git doesn’t have a post-push hook. Is it due to technical reasons, or has it just not been implemented yet, or are there other considerations?