HN user

bluebluetimes

22 karma

Hacker

Posts3
Comments19
View on HN

To enable the commit-graph feature in your repository, run git config core.commitGraph true. Then, you can update your commit-graph file by running

‘git show-ref -s | git commit-graph write —stdin-commits'

how do you automatically update this?