git commit-graph

Git commit-graph 파일을 작성하고 검증합니다. 더 많은 정보: https://git-scm.com/docs/git-commit-graph.

git commit-graph write

git show-ref --hash | git commit-graph write --stdin-commits

git rev-parse {{HEAD}} | git commit-graph write --stdin-commits --append