Y
Hacker News
new
|
ask
|
show
|
jobs
by
mappu
5107 days ago
`git df' sounds like it should tell me how much space is free on all remote mirrors of the repo.
Is there a `git du' ?
1 comments
Zr40
5107 days ago
Yes, there is: du .git
link