Skip to content

Commit 4a3d5f8

Browse files
committed
Blog: Update blog
1 parent 8490d95 commit 4a3d5f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_posts/2026-02-25-gitcommands.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,8 @@ git rebase --abort
183183
```
184184
git cherry-pick <commit_id>
185185
```
186+
187+
### 6.5 查看存储库占用
188+
```
189+
git count-objects -vH
190+
```

0 commit comments

Comments
 (0)