
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 --verbosetry on your machineexplain 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-readabletry on your machineexplain 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 --verbosetry on your machineexplain this command
-
git-count-objects:tldr:e4d9d git-count-objects: Count all objects and display the total disk usage.$ git count-objectstry on your machineexplain this command