logoalt Hacker News

dmonterocrespotoday at 1:59 PM1 replyview on HN

What would be the general purpose of storing the history in a remote database? Is it for use by agents? It's not the same as agents cloning the project and running "git log".


Replies

ImGajeed76today at 2:05 PM

1) In the case of pgit, the "remote" database is a local docker container

2) You can do more complex analyses faster and easier (you don't need to pipe the git outputs) since it's just SQL

but pgit is not meant to replace git.