On Tuesday, July 3, 2012 6:43:14 AM UTC+2, jack sparrow wrote: > > > btw, what's the command to display the statistics like the number of > objects tracked, > no.of files in the repo etc ?
Find number of objects with: git count-objects -v Number of files you can find using normal unix commands, like find . -type f|grep -v .git|grep -c ./ -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/qWK3vWbQs8gJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
