Hi! When I do >git clone /some_local_git_repo/
and then compare the remote branches of the using >git log origin/master on the cloned repo and my new repo, the logs are different, why is this? I thought the log seen by the two repos on origin/master should be the same since "git clone" according to the book "Pro Git" by Scott Chacon "Git receives a copyof nearly all data that the server has" Brs, Markus -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. 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.
