|
|
|
|
|
by bluebluetimes
2911 days ago
|
|
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? |
|
You don't need to run this with every commit, but maybe once after a big fetch or right after a new clone.