Forrest logo
back to context overview

git-count-objects

List of commands for git-count-objects:

  • git-count-objects:tldr:9bc7b git-count-objects: Display more verbose information.
    $ git count-objects --verbose
    try on your machine
    explain this command
  • git-count-objects:tldr:ab211 git-count-objects: Display a count of all objects and their total disk usage, displaying sizes in human-readable units.
    $ git count-objects --human-readable
    try on your machine
    explain this command
  • git-count-objects:tldr:d0821 git-count-objects: Display more verbose information, displaying sizes in human-readable units.
    $ git count-objects --human-readable --verbose
    try on your machine
    explain this command
  • git-count-objects:tldr:e4d9d git-count-objects: Count all objects and display the total disk usage.
    $ git count-objects
    try on your machine
    explain this command
back to context overview