git-commit-graph: refresh pages (#18219)

git-commit-graph-updates
This commit is contained in:
Nelson Figueroa
2025-09-25 14:19:32 -07:00
committed by GitHub
parent b6153ba7ba
commit f804b886b5
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
- 모든 브랜치와 태그에서 접근 가능한 커밋들을 포함하는 commit-graph 파일 작성:
`git show-ref --hash | git commit-graph write --stdin-commits`
`git show-ref {{[-s|--hash]}} | git commit-graph write --stdin-commits`
- 현재 commit-graph 파일의 모든 커밋과 현재 `HEAD`에서 접근 가능한 커밋들을 포함하는 업데이트된 commit-graph 파일 작성: